Mitre
January 29th, 2001, 01:49 AM
i got error for the following code... any idea wats wrong?
dim date
date=date()
SQL="Insert INTO Table (date) VALUES(date)"
Execute.Con(SQL)
dim date
date=date()
SQL="Insert INTO Table (date) VALUES(date)"
Execute.Con(SQL)