ASP classic connection string
i am having difficulty making a connection to a SQL server with asp classic . right now im using...
"Conn = Server.CreateObject("ADODB.Connection")
con.open "Provider = SQLLEDB;Data Source=xxxxx;Inital Catalog=xxxxxx; Integrated Security=SSPI; User ID=xxxxxx; Password=xxxxxxx"
objRS = Server.CreateObject("ADODB.Recordset")"
am i way off am i on the right track am i an idiot?
0 comments:
Post a Comment