jadriloza
Computer
- Mar 5, 2006
- 1
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)
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)