Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Getting Error Runtime error


Message #1 by "Veeraprakash Gattina" <gattinaveeru@r...> on Wed, 27 Mar 2002 07:03:05
The same msg comes up with some errors with ADO ( although I am not sure about the err#).
If you are using ADO then the most common case we have seen is the following:
The applciation has a form bound to a recordset. You are trying to move from 1 record to another but the current record has errors.
For instance you have a datacombo bound to a numeric field and the user has left the datacombo (or other control) blank. Therefore
the bound control is attempting to enter a null string (instead of a NULL) into a numeric field.
Other similar data-type conversion errors can arise on calls to the recordset besides the Move, MoveNext, etc methods.
hope this helps...

> -----Original Message-----
> From:	Veeraprakash Gattina [SMTP:gattinaveeru@r...]
> Sent:	Wednesday, March 27, 2002 1:03 AM
> To:	professional vb
> Subject:	[pro_vb] Getting Error Runtime error
> 
> I am having function whenever i call this function it gives me runtime 
> error as
> 
> Runtime error':2147217887(80040e21)':
> Multiple-step Operation generated errors. Check each status values
> 
> I am unable to debug this problem
> 
> Pl help me out
> 
> Thks
> Veeru

  Return to Index