Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Invalid Class String - error in correct code


Message #1 by "Mattias Bengtsson" <adrakkk@h...> on Wed, 14 Nov 2001 22:33:13
ASP commands like Response.Write work perfectly well, but when I try to 

use the server object an error occurs:



Server object, ASP 0177 (0x800401F3)

Invalid class string 



when having code like:



Set db = Server.Createobject("adodb.recordset")



Do you know how to solve this?



Sincerely,

Mattias

  Return to Index