Well I'm not connecting to SQL Server... I'm connecting to the ADP file... are you saying I need to connect to it as if it's SQL Server?
I tried using a SQL Server con string to connect to the ADP, but I kept getting this error:
[DBNETLIB][ConnectionOpen (ParseConnectParams()).]In
Here was the connection string I used:
con.Open "Provider=sqloledb;Data Source=C:\Temp\Test3.adp;I
I can connect straight to the SQL Server just fine using that same exact string (replacing the adp path with the server name).
WATYF
Main Topics
Browse All Topics





by: shanesuebsahakarnPosted on 2004-10-08 at 13:44:40ID: 12262943
sqloledb
.com/MDAC/ ADO/Connec tion/ OLEDB _Providers .htm#OLEDB ProviderFo rSQLServer
Have a look here:
http://www.able-consulting