commInsert.Execute("INSERT INTO customers(firstname,lastname)
VALUES('" +
Replace(Command1__varOne, "'", "''") + "', '" +
Replace(Command1__varTwo,
"'", "''") + "', " + Replace(Command1__varThree, "'", "''") +
") " ' Execute
the insert command
Getting this error
Microsoft VBScript compilation (0x800A03EE)
Expected ')'
commInsert.Execute("INSERT INTO customers(firstname,lastname)
VALUES('" +
Replace(Command1__varOne, "'", "''") + "', '" +
Replace(Command1__varTwo,
"'", "''") + "', " + Replace(Command1__varThree, "'", "''") +
") " ' Execute
the insert command
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------^
Ta
Andy