Hi All,
I installed Cold Fusion MX and am using the stan alone server that comes with MX. My question is do I still need IIS and the PWS installed? I am running Windows 2000 Pro. My pages are displaying fine when I preview them in a browser but I am having to pull my hair out trying to submit data to an Access database. The old cfinsert tags will not work in MX so changed my insert statement to this:
<!-- Insert New Record -->
<cfquery name="land_add" Datasource="goldkey">
Insert Into listings (catagory, ref_number, address, city, long_description, zoned, lot_length, acres, price, mainpic, view, edit, delete)
Values('#Form.catagory#','#Form.ref_number#',#Form.address#,'#Form.city#','#Form.long_description#',#Form.zoned#,#Form.lot_length#,#Form.acres#,'#Form.price#',#Form.mainpic#,#Form.view#,'#Form.edit#','#Form.delete#')
</cfquery>
<!-- End Insert -->
This still did not work I get this error:
Error Executing Database Query.
[MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
The error occurred in C:\CFusionMX\ line 50
48 : </table>
49 : </body>
50 : </html>
Now what the heck does that mean. An error on line 50??? Is it because I do not have IIS installed? Please help.
Thank You!
Tim
I installed Cold Fusion MX and am using the stan alone server that comes with MX. My question is do I still need IIS and the PWS installed? I am running Windows 2000 Pro. My pages are displaying fine when I preview them in a browser but I am having to pull my hair out trying to submit data to an Access database. The old cfinsert tags will not work in MX so changed my insert statement to this:
<!-- Insert New Record -->
<cfquery name="land_add" Datasource="goldkey">
Insert Into listings (catagory, ref_number, address, city, long_description, zoned, lot_length, acres, price, mainpic, view, edit, delete)
Values('#Form.catagory#','#Form.ref_number#',#Form.address#,'#Form.city#','#Form.long_description#',#Form.zoned#,#Form.lot_length#,#Form.acres#,'#Form.price#',#Form.mainpic#,#Form.view#,'#Form.edit#','#Form.delete#')
</cfquery>
<!-- End Insert -->
This still did not work I get this error:
Error Executing Database Query.
[MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
The error occurred in C:\CFusionMX\ line 50
48 : </table>
49 : </body>
50 : </html>
Now what the heck does that mean. An error on line 50??? Is it because I do not have IIS installed? Please help.
Thank You!
Tim