Re: ASP.NET with Access: concurrent users?

From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 09/20/04


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)



Relevant Pages

  • ASP.NET with Access: concurrent users?
    ... My ASP.NET application connects to an Access database using OleDb. ... my connection string: ... this seems to be a read/write security thing. ... I'm suspecting it has something to do with concurrent users. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Failed to acces the SQL Server table from MS Access by ODBC Li
    ... How can I provide the user name and password in the connection string? ... My link table is stored in the access database, I have checked the save password check box when I set up the odbc link table. ... because your asp code is running under the context of the ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.db)
  • Re: Jet Database Wont Open
    ... Paul did in ... to create the connection string and to create a Dataset. ... is stored in an Access database. ... When I use the DataAdaptor to preview the ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Problem accessing Access/Jet databse: Could not lock file
    ... not lock file" when opening a connection to an Access database on a network ... shared folder. ... Since the .mdb file can be opened using Access and everything can be done, ...
    (microsoft.public.dotnet.framework.adonet)
  • Exception Error
    ... The application will be installed in a local computer and the access database will be placed in another drive. ... It uses a text file to contain the connection string that will be used by the program. ... Windows closes the program. ... "The Exception Floating point in exact result occured in location 0x7c59ba9d." ...
    (microsoft.public.vb.database.ado)

Loading