Answered
S.O.S. CF insert error
HI I get the following error when i add the session field to
my insert statement. The session field on the form is populated by
a query. The user selects a session from the list and fills out and
submits the form. The error below is returned on submit. -thks --
jim
Syntax error in INSERT INTO statement.
The error occurred in C:\DesignSystems\pgs\register_insert.cfm: line 16
15 :
16 : <cfinsert datasource="designSystems" tablename="crabEaglePointTrainingRegistration" formfields="full_name, email, phone, county, session">
17 :
18 :
--
SQL insert into crabEaglePointTrainingRegistration (full_name,email,phone,county,session) values ( (param 1) , (param 2) , (param 3) , (param 4) , (param 5) )
DATASOURCE designSystems
VENDORERRORCODE 3092
SQLSTATE
Syntax error in INSERT INTO statement.
The error occurred in C:\DesignSystems\pgs\register_insert.cfm: line 16
15 :
16 : <cfinsert datasource="designSystems" tablename="crabEaglePointTrainingRegistration" formfields="full_name, email, phone, county, session">
17 :
18 :
--
SQL insert into crabEaglePointTrainingRegistration (full_name,email,phone,county,session) values ( (param 1) , (param 2) , (param 3) , (param 4) , (param 5) )
DATASOURCE designSystems
VENDORERRORCODE 3092
SQLSTATE
