Topic awaiting preservation: Is this sql statement wrong???(vbscript) (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: NZ |
posted 10-22-2003 05:08
Hi, guys. code: sql="INSERT INTO login (name,password) VALUES "
|
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
posted 10-22-2003 14:54
Not a VBScript person, but the first thing to try would be to write a straight SQL statement without trying to use any of the variables you have. If that works, then there is possibly something amiss with your variables. |