I'm accessing a .dbf database over the network and using ADO to do so. The ADO application works fine. Now when I open the database using Terminal Server, then try to run the app, I get this error: 80004005 [ODBC driver manager] data source name not found and no defauld driver specified. I tried both a UNC and mapped drive to no avail (Though they both word fine without using terminal server. Here's my connection string:
"Provider=MSDASQL.1;Password=access;Persist Security Info=True;User ID=MASTER;Mode=Read;Extended Properties=DSN=GoldMine;DBQ=" & App.Path & "\COMMON;DefaultDir=" & App.Path & "\COMMON;DriverId=533;FIL=dBase 5.0;MaxBufferSize=2048;PageTimeout=600;"
Thank you in advance
--Bill
One may not reach the dawn save by the path of the night
--Kahlil Gibran
"Provider=MSDASQL.1;Password=access;Persist Security Info=True;User ID=MASTER;Mode=Read;Extended Properties=DSN=GoldMine;DBQ=" & App.Path & "\COMMON;DefaultDir=" & App.Path & "\COMMON;DriverId=533;FIL=dBase 5.0;MaxBufferSize=2048;PageTimeout=600;"
Thank you in advance
--Bill
One may not reach the dawn save by the path of the night
--Kahlil Gibran