Database access error
-
hi all, i am facing a prob lem in accessing database over network. i should elaborate the problem bit more look if use the connection string as below then it works fine, "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\xyz\abc.mdb;" but when i try to use it as "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=\\webbdv\jkl\mmm.mdb;" where webbdv is computer name which is residing on network and not my local machine then application gives error 'Disk or Network Error' hopefully you are having answer for this question waiting for your reply thnking in anticipation neoms21
-
hi all, i am facing a prob lem in accessing database over network. i should elaborate the problem bit more look if use the connection string as below then it works fine, "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\xyz\abc.mdb;" but when i try to use it as "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=\\webbdv\jkl\mmm.mdb;" where webbdv is computer name which is residing on network and not my local machine then application gives error 'Disk or Network Error' hopefully you are having answer for this question waiting for your reply thnking in anticipation neoms21
The most obvious question is, can you see that folder on your network from that machine, without having to log in to it ? Christian Graus - Microsoft MVP - C++
-
The most obvious question is, can you see that folder on your network from that machine, without having to log in to it ? Christian Graus - Microsoft MVP - C++
-
yes i can see that folder even access them and edit i am having all security privilleges. but when ran in application it doesn't get access.
The user that your site runs under needs access. When you're browsing, you're not doing it as that user. How is the site written ( asp/asp.net/etc ? ). Do you know the user your site runs as ? Does IIS allow anonymous access ( if so, you're probably running as an anonymous user ). Christian Graus - Microsoft MVP - C++
-
The user that your site runs under needs access. When you're browsing, you're not doing it as that user. How is the site written ( asp/asp.net/etc ? ). Do you know the user your site runs as ? Does IIS allow anonymous access ( if so, you're probably running as an anonymous user ). Christian Graus - Microsoft MVP - C++
yes IIS allows anonymous access. and my site http://webbdv/firstpage.aspx