Hi ,
I am getting a problem while loading data. A C++ program reads text file holding more that 1 million records and loads the data into Informix database with simple insert or update statements, one per line of data from text file.
After a certain number of records are inserted or updated the insert or update statements start failing with Informix Error Code 349. This does not happen at the same record everytime. So I guess it has to do something with Informix Configuration.
If anybody has faced this problem and know the answer, please help me.
Thanks