Click here to Skip to main content
15,896,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends.

I am facing a serious problem.
this is my code which connects with SQLSERVER 2008 using Classic ASP.


 connstring ="Provider=SQLOLEDB;Persist Security Info= False; server=myServer;     database=myDB; Network=DBMSSOCN; Integrated Security=True"
 set conntemp = server.createobject("ADODB.Connection")
conntemp.Open(connstring)


I am getting this error
Provider (0x80040E21)
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.


How can i tackle with this problem
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900