Re: ASP.NET with Access: concurrent users?
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 09/20/04
- Next message: Next: "Re: HELP! compare two SQL timestamps in C# byte arrays - My Solution"
- Previous message: Werner: "Re: How to work with several tables, dataadapter and concurrency update"
- In reply to: Steven Spits: "ASP.NET with Access: concurrent users?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 11:08:48 -0500
On Mon, 20 Sep 2004 09:24:10 +0200, "Steven Spits" <steven.spits@servico.be.net> wrote:
¤ Hi group,
¤
¤ My ASP.NET application connects to an Access database using OleDb. This is
¤ my connection string:
¤
¤ Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\xxx\yyy\zzz.mdb;
¤
¤ From time to time I'm getting an [OleDbException (0x80004005): Unspecified
¤ error] when trying to open the connection to this database.
¤
¤ Using Google, this seems to be a read/write security thing. However, my
¤ application works 90% of the time, so read/write access should be okay.
¤
¤ I'm suspecting it has something to do with concurrent users. How does Access
¤ handle this? Can two users open the same MDB at the same time? My
¤ application only executes SELECT-statements.
See if the following helps:
PRB: "Disk or Network Error" or "Unspecified Error" Returned when Using Jet
http://support.microsoft.com/default.aspx?kbid=251254
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Next: "Re: HELP! compare two SQL timestamps in C# byte arrays - My Solution"
- Previous message: Werner: "Re: How to work with several tables, dataadapter and concurrency update"
- In reply to: Steven Spits: "ASP.NET with Access: concurrent users?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|