View Single Post
BAILOPAN
Join Date: Jan 2004
Old 03-14-2004 , 22:46  
Reply With Quote #8

Sorry, I was being a little vague.

First: you should be able to concatenate multiple queries like this:
Query1; Query2; Query3; Query4; this lumping them all into one big string.

Otherwise, you can delete everything, and just use the extended insert syntax each round:
INSERT INTO db VALUES (set1) (set2) (set3) (set4) (set5) ... (set32)
__________________
egg
BAILOPAN is offline