Hi, i not too familkiar with JScript and an getting this error of Expected ";"
at this part:
connobj.open "DRIVER={SQL
------------^
any thoughts on this?
thanks
at this part:
connobj.open "DRIVER={SQL
------------^
any thoughts on this?
Code:
connobj.open "DRIVER={SQL Server};SERVER=localhost;DATABASE=DBNAME;UID="+ Application("ipo_admin")+";PWD=" + Application("ipo_admin_password") +";";
rsobj = Server.createobject ("ADODB.recordset");
rsobj.open(sql, connobj);
thanks