ChiefJoseph
Programmer
Hey I swear i read about this on a previous question but i cant find it,
heres the code:
<CFQUERY NAME="InsertMessage" DATASOURCE="mydb" DBTYPE="ODBC">
INSERT INTO UserMessage (
stuff...
)
VALUES (
stuff...
)
</CFQUERY>
<CFLOCATION URL="RecordGet.cfm">
</BODY>
heres the deal, it inserts the information fine. but gives me an error with my variables when i add the CFLOCATION
The help would be appriciated
heres the code:
<CFQUERY NAME="InsertMessage" DATASOURCE="mydb" DBTYPE="ODBC">
INSERT INTO UserMessage (
stuff...
)
VALUES (
stuff...
)
</CFQUERY>
<CFLOCATION URL="RecordGet.cfm">
</BODY>
heres the deal, it inserts the information fine. but gives me an error with my variables when i add the CFLOCATION
The help would be appriciated