Hello All,
I am making a piece of software and would like to connect to my MS SQL 2000 server (actually MSDE) using The OLE DB Provider for SQL SERver. I have so far been unsuccessful. I have read through the other threads and have tried the following:
1) Connecting via ODBC instead - This worked fine. I was able to connect to the DB Server with the user I created.
2) Enable both Windows and SQL Server login in the configuration of SQL server - This did nothing. Still could not connect with OLE DB.
3) Upgraded to SP 4. Still not change.
4) I also assigned the "Systems Administrator" role to the user that i created in MS SQL but that did nothing.
Just for the record the MSDE is on the same machine that I am prorgamming on and I have a MYSQL server installed on it to.
Here is the connection string that I am using:
Provider=SQLOLEDB.1;Password=catservNDC1;Persist Security Info=True;User ID=ndc;Initial Catalog=db_ndc;Data Source=DEVELOPER
Any advice would be appreciated.
Liam
I am making a piece of software and would like to connect to my MS SQL 2000 server (actually MSDE) using The OLE DB Provider for SQL SERver. I have so far been unsuccessful. I have read through the other threads and have tried the following:
1) Connecting via ODBC instead - This worked fine. I was able to connect to the DB Server with the user I created.
2) Enable both Windows and SQL Server login in the configuration of SQL server - This did nothing. Still could not connect with OLE DB.
3) Upgraded to SP 4. Still not change.
4) I also assigned the "Systems Administrator" role to the user that i created in MS SQL but that did nothing.
Just for the record the MSDE is on the same machine that I am prorgamming on and I have a MYSQL server installed on it to.
Here is the connection string that I am using:
Provider=SQLOLEDB.1;Password=catservNDC1;Persist Security Info=True;User ID=ndc;Initial Catalog=db_ndc;Data Source=DEVELOPER
Any advice would be appreciated.
Liam