Hey all -- I have this deal with a Standard Insert into
that does not work -- 100's of others work just fine for some reason this one does not ...I have re-created the table , DB, and query , the page everything ,checked reserved words, deleted fields and variables one at a time.
NO LUCK ...perhaps the good people here can shed some light on it. I CAN do a CFINSERT and works fine.....
here is the code
<CFQUERY name="job" Datasource="Urban">
Insert Into Jobs (Title, Desc, Office, POC, Reqs, dte)
Values ('#Title#', '#Desc#', '#Office#', '#POC#', '#Reqs#', '#dte#')
</cfquery>
I keep getting ......................................... ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement
What gives?
that does not work -- 100's of others work just fine for some reason this one does not ...I have re-created the table , DB, and query , the page everything ,checked reserved words, deleted fields and variables one at a time.
NO LUCK ...perhaps the good people here can shed some light on it. I CAN do a CFINSERT and works fine.....
here is the code
<CFQUERY name="job" Datasource="Urban">
Insert Into Jobs (Title, Desc, Office, POC, Reqs, dte)
Values ('#Title#', '#Desc#', '#Office#', '#POC#', '#Reqs#', '#dte#')
</cfquery>
I keep getting ......................................... ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement
What gives?