View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Li Bill Li is offline
external usenet poster
 
Posts: 46
Default How to get data from Access Database in Intranet

Hello all,

I can build the connection to the Access Database in our
intranet via ADO as following:

Provider=ADsDSOObject;
Password="";
User ID=Admin;
Encrypt Password=False;
Data Source=Watchdog_Monitor.mdb;
Location=http://prv.siltronic.com/AW-O/AW-L/Tools/

However, when I try to run query to select data from the
database, the run time error appears

Run-time error '-2147217900 (80040e14)';
One or mor errors occurred during processing of command.

Could anybody tell me what's the error and how to fix it?
Thanks a lot!

Best Regards

Bill