Quote:
|
Originally Posted by Matt_T_hat
I'm useing pure SQL to do this from VBscript and to a MS Access 2000 DB. Stored Procs is a platform specific thing that 2K don't got.
Any other idea?
|
If NO stored procedure, then NO single SQL statement.
You will need TWO statements, one for each table you wish to insert into.
Maybe It's time you change from MS Access to a REAL database.
