Web Apllication with Microsoft Access Data Base

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

Hi,

I'm currently facing problems in my Web Application when I try to use a
Microsoft Database. With SQL and OrACLE works fine.

I only can access with a user at time. No more than one user. What can I do
to start working both webapplication and microsoft access together. What do
I have to do?
 
The problem with the Access database is probably permission-related. Access
databases will use a temporary file in order to manage multi-user access. If
the account does not have full access to the data directory then it may have
a problem creating and updating files. This kind of access may not be
appropriate for your web server and the account under which the application
is running. However, that is up to you.
 
¤ Hi,
¤
¤ I'm currently facing problems in my Web Application when I try to use a
¤ Microsoft Database. With SQL and OrACLE works fine.
¤
¤ I only can access with a user at time. No more than one user. What can I do
¤ to start working both webapplication and microsoft access together. What do
¤ I have to do?

See the following:

PRB: Cannot connect to Access database from ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;316675


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top