Establishing ODBC connection for classic ASP
We can specify the odbc connection in ASP as shown below
cnn.ConnectionString = "DSN=OL-DSSL;UID=test;PASSWORD=test;"
This is how we can establish ODBC connection in the server where we are hosting the application
Step 1
Step 2
Step 3
Step 5
Step 6
Step 7
Test the connection
No comments:
Post a Comment