Answered
cf/dw error
This is really holding me up now. i posted the other for some
help with some simple insert cf code. i still dont have this
working and ive tried everythng there is to try. ive got a feeling
that there is something wrong either with dw or cf server.
currently i am getting the following error message from within dw:
"while executing insepctserverbehanior in InsertRecord.htm, the following javascript error(s) occured:
At line 576 of file "C:\program file\macromedia\dreamweaver 8\configuration\servermodels\coldfusion\dwscriptsserverimpl.js
typeerror: sqlVarRef has no properties"
i get this error message when i open up my new insert_new_admin_user.cfm page
so i have tried:
1, re writing the code several times
2, creating new table in the access db
3, repaired/install of dw
4, upgraded from cf server 6 to cf server 7
5, searched for help online
the strange thing is that other insert code works fine on pages that i created ages ago. its only the new ones that dont work. ive even tried coping the code from old pages and just changing the bits i need to but still doesnt work.
please see the other post for further details.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=2&threadid=1252879&enterthread=y
really need some help here. i wanted to have my site finised this weekend ...... but looks like it aint gunna happen :-(
edit>>> ive just tried something else: tried doing away with the sql altogether but i still get the same error which is
Error Executing Database Query.
Syntax error in INSERT INTO statement.
The error occurred in F:\data\webdesigns\wwwroot\CFIDE\Allied\newadminuser.cfm: line 1
1 : <cfinsert datasource="allieddatabase" tablename="admin_users_table1">
the cf code im using for this one was:
<cfinsert datasource="allieddatabase" tablename="admin_users_table1">
zac
currently i am getting the following error message from within dw:
"while executing insepctserverbehanior in InsertRecord.htm, the following javascript error(s) occured:
At line 576 of file "C:\program file\macromedia\dreamweaver 8\configuration\servermodels\coldfusion\dwscriptsserverimpl.js
typeerror: sqlVarRef has no properties"
i get this error message when i open up my new insert_new_admin_user.cfm page
so i have tried:
1, re writing the code several times
2, creating new table in the access db
3, repaired/install of dw
4, upgraded from cf server 6 to cf server 7
5, searched for help online
the strange thing is that other insert code works fine on pages that i created ages ago. its only the new ones that dont work. ive even tried coping the code from old pages and just changing the bits i need to but still doesnt work.
please see the other post for further details.
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=2&threadid=1252879&enterthread=y
really need some help here. i wanted to have my site finised this weekend ...... but looks like it aint gunna happen :-(
edit>>> ive just tried something else: tried doing away with the sql altogether but i still get the same error which is
Error Executing Database Query.
Syntax error in INSERT INTO statement.
The error occurred in F:\data\webdesigns\wwwroot\CFIDE\Allied\newadminuser.cfm: line 1
1 : <cfinsert datasource="allieddatabase" tablename="admin_users_table1">
the cf code im using for this one was:
<cfinsert datasource="allieddatabase" tablename="admin_users_table1">
zac
