Dec 18, 2007 #1 Greenleaf Programmer Joined Feb 14, 2002 Messages 93 Location IT What does that mean when asp gives this error? and the line causing the error is Set rec = Server.CreateObject("ADODB.Recordset") Is there missing a library or what? The server is xp.
What does that mean when asp gives this error? and the line causing the error is Set rec = Server.CreateObject("ADODB.Recordset") Is there missing a library or what? The server is xp.
Dec 18, 2007 #2 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US Either ADODB is not installed or the user account that IIS is using to run the page does not have permission to use it. You might try downloading and installing the latest MDAC from Microsoft's web site. Upvote 0 Downvote
Either ADODB is not installed or the user account that IIS is using to run the page does not have permission to use it. You might try downloading and installing the latest MDAC from Microsoft's web site.