Thursday, June 14, 2018

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?

ASP classic connection string Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team