am using the connection bellow to connect my asp pages to the sql server localy .. what if i want to connect the pages to a database on another server ??
"Driver={SQL Server};Server=Appsrv;Database=finance;Uid=;Pwd=;"
1- how to lacate the database and what user name and pass i need ?? the server's.. or the sql server's..
2- another thing is that what if i wanted to connect to the databse through the DNS .. what the connection string would be ?
"Driver={SQL Server};Server=Appsrv;Database=finance;Uid=;Pwd=;"
1- how to lacate the database and what user name and pass i need ?? the server's.. or the sql server's..
2- another thing is that what if i wanted to connect to the databse through the DNS .. what the connection string would be ?