can not connect to my db

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

my database is on the network like so:
"Data Source = \\\\NA\\Stamford\\Technology\\Information
Security\\DATA_ENTITLEMENTS!\\Data Entitlements\\G Test.mdb;";

when I try to go there from the app I get an error in:
Da.Fill(Ds);

but when I try to connect to a db from my app on the c:\drive to works fine

help please
 
Without more information or the error you are getting, no one is going to be
able to help you out.
 
Hi,

What exception are you getting?

Probably your app does not has the right to write to that share.

cheers,
 

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