in my asp file there is a conection to sql server
set c=server.createobject("adodb.connection"
c.open "dsn="MyDsn";"
i have a problem to login to the sql !!!
how the line is going to add user & password
how do i edit : c.open "dsn="MyDsn";" ?????
thanks a lot .
set c=server.createobject("adodb.connection"
c.open "dsn="MyDsn";"
i have a problem to login to the sql !!!
how the line is going to add user & password
how do i edit : c.open "dsn="MyDsn";" ?????
thanks a lot .