Hi all,
I have an asp page which contains the following SQL Insert statement.
When I run the page I get the following error message:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
I can't see what the problem is. It's bound to be something stupid, but I just can't spot it.
If you can see a mistake, please let me know.
Thanks,
Barry
ICT Network Administrator
IT Services Manager
I have an asp page which contains the following SQL Insert statement.
Code:
strSql2 = "INSERT into AllocatedJobs (JobID, EngineerIDs, Date, AM, PM, ALLDAY, ALLNIGHT, jobtype, customerID) VALUES ('" & jobid & "', '" & EngList & "', '" & mdate & "', '" & am & "', '" & pm & "', '" & allday & "', '" & allnight & "', '" & jobtypeID & "', '" & customerid & "')"
When I run the page I get the following error message:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
I can't see what the problem is. It's bound to be something stupid, but I just can't spot it.
If you can see a mistake, please let me know.
Thanks,
Barry
ICT Network Administrator
IT Services Manager