Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Database Handleling: Error in a MoveNext sentence

Status
Not open for further replies.

jadriloza

Computer
Mar 5, 2006
1
0
0
VE
Guys, this is a very odd error... take a look:

I had a Loop to fill a DB(MySQL) with the content of a record set (from an Oracle DB), but ... when the program execute the MoveNext sentence to move the cursor to the next element of the record set, im getting this error: "ORACLE: Restricted Data type Attribute violation" with the number -2147467259.

FYI: In the loop, i NEVER change the record set, the code only make inserts/updates in the MySql DB. The size of the data is very big (200.000 rows at least, with 20 cols each)
 
Status
Not open for further replies.
Back
Top