redho home | products | services
Web Design Forums

Web Design Forums  


Web Hosting, Web Design, Software and Web Development Forums  
 FAQFAQ   MemberlistArchive  Log inLog in   RegisterRegister 
         

Why do I get 800A0E7C errors?



 
Post new topic   Reply to topic    Web Design Forums -> ASP in depth
View previous topic :: View next topic  
Author Message
Elvis
Guest




Why do I get 800A0E7C errors?
  Reply with quote


ASP hunter
Guest




Code:
ADODB.Connection error '800a0e7c'
Parameter object is improperly defined. Inconsistent or incomplete information was provided.
 
' or
 
ADODB.Connection error '800a0e7c'
The application has improperly defined a Parameter object.


You are probably neglecting to specify a size for a command object parameter, e.g.:

Code:
cmd.createparameter("@varchar50", AdVarChar, adParamInput)


Should be:

Code:
cmd.createparameter("@varchar50", AdVarChar, adParamInput, 50)
  Reply with quote
Page 1 of 1
Post new topic   Reply to topic    Web Design Forums -> ASP in depth


Dubai Forums - Expat Help | Vegan Chat | Java Programming | Free 3D tutorials and 3d textures | Paris Forum | EU Forum
Free Dubai Classifieds | Free London Classifieds | Jobs in London

High Quality, Custom 3d animation and Web Design solutions Royal Quality Web Hosting Services Vegetarian and Animal Rights news

Powered by phpBB © 2001, 2005 phpBB Group