Question
Adding a record from IE7 form
When I try to add a record to my database from a form in IE7
i got the following message
The error occurred in C:\ColdFusion8\wwwroot\admin\add.cfm: line 74
72 : <cfif IsDefined("FORM.Fecha_Ingreso") AND #FORM.Fecha_Ingreso# NEQ "">
73 : ###FORM.Fecha_Ingreso###
74 : <cfelse>
75 : NULL
76 : </cfif>
the coldfusion installation is OK, the connection to the database is OK, everything seems to be OK except when I tried to add the record. Anyone can help me please I´m a total Coldfusion dude.
The error occurred in C:\ColdFusion8\wwwroot\admin\add.cfm: line 74
72 : <cfif IsDefined("FORM.Fecha_Ingreso") AND #FORM.Fecha_Ingreso# NEQ "">
73 : ###FORM.Fecha_Ingreso###
74 : <cfelse>
75 : NULL
76 : </cfif>
the coldfusion installation is OK, the connection to the database is OK, everything seems to be OK except when I tried to add the record. Anyone can help me please I´m a total Coldfusion dude.
