A
Atse
Hi,
How can I make an MS SQL connection other than DSN? Thanks
Atse
How can I make an MS SQL connection other than DSN? Thanks
Atse
<%
' this is in the page global.asa
cst = "Provider=SQLOLEDB;Server=<ip address>;database=<dbname>;"
cst = cst & "network=DBMSSOCN;uid=<uid>;pwd=<pwd>"
set conn = Server.CreateObject("ADODB.Connection")
<!--#include file=global.asa>
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.