Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Multiple-step operation generated errors..." ?!

Status
Not open for further replies.

Delphard

Programmer
Jul 22, 2004
144
RS
Delphi Application use ADOConnection and ODBC to connect to MySQL database. Since I upgrade MySQL 4.1.13 to 5.0.15 following error occurs when try to open several (but not all!?) ADOTables and ADOQueries.
"Multiple-step operation generated errors. Check each status value."
Any idea?
Thanks very much!
 
We get this when the field lenght is shorter than the data to be inserted, or when trying to run a function at the same time attempting the insert

Bastien

I wish my computer would do what I want it to do,
instead of what I tell it to do...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top