Here is the error message I get when updating a record:
Data Access Error
Unknown Data Access Error.
The error occurred while processing an element with a general identifier of (CFUPDATE), occupying document position (89:1) to (89:227).
Pertinent code:
<cfupdate datasource="#Application.DB#" tablename="bnb_general" formfields="name,addr_1,addr_2,city,state,zip,area_code_ph1,prefix_ph1,ph1,area_code_ph2,prefix_ph2,ph2,area_code_fx,prefix_fx,fx,email,domain,web_addr,state_loc"></cfupdate>
Any thought on how to change the above code. This code was working fine on Windows platform and cf 4.5 We have moved to a Linux Box running cf 5.0 professional.
We also changed from an access DB to MySql on this linux box.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic
Data Access Error
Unknown Data Access Error.
The error occurred while processing an element with a general identifier of (CFUPDATE), occupying document position (89:1) to (89:227).
Pertinent code:
<cfupdate datasource="#Application.DB#" tablename="bnb_general" formfields="name,addr_1,addr_2,city,state,zip,area_code_ph1,prefix_ph1,ph1,area_code_ph2,prefix_ph2,ph2,area_code_fx,prefix_fx,fx,email,domain,web_addr,state_loc"></cfupdate>
Any thought on how to change the above code. This code was working fine on Windows platform and cf 4.5 We have moved to a Linux Box running cf 5.0 professional.
We also changed from an access DB to MySql on this linux box.
DeZiner
Never be afraid to try something new.
Remember that amateurs built the Ark.
Professionals built the Titanic