windsurfer
Perch
I created a DB using the control panel. Databases -> MS SQL
I first created a login, then I created a database. I made a table and filled it with a single record.
Then I set up a DSN in ODBC Services. I selected the SQL wizard.
Then I used code that worked on another existing DB and changed the connection string to point to the dsn, user id and password that I had created in above steps.
When I go to the website where the asp code that opens the DB exists, I get an error that says:
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
Any ideas on what to do next would be greatly appreciated.
I first created a login, then I created a database. I made a table and filled it with a single record.
Then I set up a DSN in ODBC Services. I selected the SQL wizard.
Then I used code that worked on another existing DB and changed the connection string to point to the dsn, user id and password that I had created in above steps.
When I go to the website where the asp code that opens the DB exists, I get an error that says:
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access denied.
Any ideas on what to do next would be greatly appreciated.