Ask a Question related to Coldfusion Database Access, Design and Development.
-
BeeDubya #1
Data Loss?
I'm having problem with dropped data between the Coldfusion 6.1 server and the
DB server.
Submitting using cfinsert:
cfinsert datasource="mydatasource" tablename="MYTABLE"
to insert to an Oracle 10g database. However, there appears to be some data
loss when inserting into the table. To test things I added a cfdump to the form
page to make sure the data was making it to the submit form, and it is. The
form works when submitting from the dev edition on my workstation, but has
problems when I move it to the production server. I have also had the same
problem when submitting to an Access DB residing on the Coldfusion server, so I
don't think it's a connectivity problem or a DB driver problem.
I've even tried reinstalling Coldfusion.
Any help would be greatly appreciated.
BeeDubya Guest
-
Sporadic loss of FORM scope data
Up to 10% of my users get errors when submitting forms. FORM scope is totally gone (no FIELDNAMES, no hidden fields, zip, nada) I have done the... -
Flash Data Text - Format Loss With IE
I have a website that is all flash. I have a main file that loads in the nav and then the nav loads in the designated .swf file for each section. So... -
Printing Dynamic Form PDF causes data loss
I have a PDF that I created using Acrobat 4.0 I took an existing Word Document and created a PDF from it. I then went in and added form textboxes... -
#26304 [Opn->Asn]: Unexpected data loss when opening dba file
ID: 26304 Updated by: iliaa@php.net Reported By: vesely at tana dot it -Status: Open +Status: ... -
<Critical> Loss of Data after entry in form
I'm hainvg users after updating the database over the network via a form having their information being loss. They verify when they are currently... -
Dan Bracuk #2
Re: Data Loss?
What is the nature of the problem?
page crashes?
record not inserted?
some fields inserted, some not?
Dan Bracuk Guest
-
paross1 #3
Re: Data Loss?
As a generic word of advice, I would avoid using CFINSERT and CFUPDATE, as
there have been longstanding problems with these tags over numerous versions of
CF. Using CFQUERY give you much more control, and fewer headaches.
Phil
paross1 Guest
-
BeeDubya #4
Re: Data Loss?
The problem is some fields inserted, some not. It's not completely consistant which fields are missed, but usually the FNAME & LNAME fields (VARCHAR2).
BeeDubya Guest
-
sdupre #5
Re: Data Loss?
I think this is bug 52972 and was fixed in the 6.1 updater.
When CFINSERT or CFUPDATE is used with a table with certain column names, some
FORM fields are not correctly mapped to the table column names. This happens
intermittently.
The problem only occurs when one column name is a portion of another, longer
column name. For example, the three column names: JOB, FIRSTJOB, JOBTYPE
(OK in 7.0)
6.1 hotfix here:
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18952[/url]
Stephen Dupre
Macromedia QA
sdupre Guest
-
BeeDubya #6
Re: Data Loss?
That would make sense. I have columns named LNAME, FNAME, TLNAME, and TFNAME.
Thanks!
BeeDubya Guest



Reply With Quote

