You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by shivaken <sh...@e-can.ne.jp> on 2003/06/12 03:52:54 UTC

How to use special option to insert new record.

Hi all, 

I want to use special option to insert new record like mysql's IGNORE, and 
DELAYED with OJB.

ex. INSERT IGNORE INTO TABLE_A values.....
       to ignore "duplicate entry error".
     INSERT DELAYED INTO TABLE_B values.....
       to insert many record faster.

Is it possible to use them with OJB - PersistenceBroker.store()?

I use ojb to handle over 1,000,000 records. 
So, it is very important to use these keywords.

-- shivaken
antshell: Ant command line front end
http://www.antshell.org