pml
04-05-2005, 01:02 AM
Just wonder if it is somehow possible to use the "Insert into tbl...." to insert the values that I have stored in an array into multiple tables (using a single SQL-query). I know how to write the regular code to insert the values into one table at a time, but it would be nice if it is possible to make the code more efficient instead of being forced to write two or more "Insert into...."