in reply to How to insert more than one column into Access database table?
Your script 2 is trying to pass off SQL as genuine Perl but is not fooling the compiler at all, hence the error for script 2.INSERT INTO T_table (col1,col2,col3) VALUES($ID,$Folder, $Webpage)
CU
Robartes-
|
---|
Replies are listed 'Best First'. | |
---|---|
Thanks, but it does not work.
by Yelenna2003 (Initiate) on Oct 08, 2002 at 21:59 UTC | |
by runrig (Abbot) on Oct 08, 2002 at 22:12 UTC | |
by rdfield (Priest) on Oct 09, 2002 at 09:09 UTC |