I have created a custom CCK form to use to upload content into my drupal website. How can I find out what MYSQL INSERT command is being used after I hit 'submit' on the form to post it?

The database is on my local harddrive and so is the content I'm aggregating and inserting. It's going to be a helluva lot faster if I just create a php script that mimics the columns in the table, uploads in one batch database insert, and bypasses the form altogether.

Thanks,
Blue