hi...

quick question that i can't find an answer to. i have 500-100 rows of data
that need to be inserted. i can do it a row at a time.

is there a way i can do the inserts all at one time, reducing the hits on
the database?? and if i can do the inserts all at once, how do i handle
possible duplicates if i have specified in the tbl design that the element
should be unique? would the insert bomb or continue???

thanks

-bruce



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to