I use the below connection string to connect to a sqlserver 2008 located in another server.
How to i connect to it from ASP using vbscript?
application("database_connectionstring_internal") = "DRIVER=SQL Server;SERVER=53.90.111.22;DATABASE=crm_cos;UID=cos_user;PASSWORD=1q2w3e4r5t"
Here are my server details :
Database server :
Server IP – 53.90.111.22
Sql server name – SCD13B
User name – cos_user
password – 1q2w3e4r5t
Database name – crm_user
I am using something like this:
C#
ASP 3.0