NBOPPANA
03-22-02, 16:38
| I am trying to work on a java application that does multiple inserts to the informix database. The data is actually obtained from an online screen. I see that the performance is very poor when ever the user enteres more than 20 records. This is caused because of the 20 inserts performed with in the program. Is there anyway I could do this in one insert. I know that the bulk insert could be done using INSERT into ..select from. I cannot use this as I do not have my data in a table. Please advice. |