Hi there
As always, any help gratefully received.
I have written a small vb script to update various records in an informix database.
However, when I run my connection.execute(sql) line I receive the following error;
EIX000: 9-346) Could not update a row in the table.
I have checked the sql statement and it works fine in the informix SQL Editor app. I have also tried a few other simple sql statements and these also fail when using the vbs script.
It might be worth noting that I can run select statements from the vb script without a problem.
My main reason for wanting to do this is to slow things down because I need to do several thousand records.
Regards ACO
As always, any help gratefully received.
I have written a small vb script to update various records in an informix database.
However, when I run my connection.execute(sql) line I receive the following error;
EIX000: 9-346) Could not update a row in the table.
I have checked the sql statement and it works fine in the informix SQL Editor app. I have also tried a few other simple sql statements and these also fail when using the vbs script.
It might be worth noting that I can run select statements from the vb script without a problem.
My main reason for wanting to do this is to slow things down because I need to do several thousand records.
Regards ACO