Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
H3ath0r #1
CFinsert misbehaves
Any ideas why a CFinsert tag would work on my partner's desktop and not on my
laptop? Both are using CF 6.0 and MS Access database. All the files are
identical.
[MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access
Driver]Numeric value out of range (null)
The Error Occurred in C:\CFusionMX\wwwroot\SRpublisher\zeus\adddo.cfm: line 26
24 :
25 : <cfif #duplicates.RecordCount# IS "0">
26 : <cfinsert datasource="sider" tablename="article">
27 : </cfif>
28 :
H3ath0r Guest
-
#30924 [Com]: move_uploaded_file() misbehaves
ID: 30924 Comment by: alex at mintpixels dot com Reported By: himself at zhwau dot net Status: No Feedback Bug... -
CFInsert
Hi. I was hoping I could get help on an issue. I am using CFInsert to add data from a form into two tables that are related. Table 1: Members... -
XML Parser misbehaves with &
I've come across this frustrating behavior with the XML parser when it reads an escaped ampersand (&) If the xml being evaluated is: ... -
[PHP] XML Parser misbehaves with &
This is normal. You have illegal XML there, as it should be in <!]>. I have run across this, and have to clean it up with an awk script. ... -
touchpad misbehaves
My touchpad seriously misbehaves under the 2.4.21 kernel. under X I get a very slow response (I need to set the sesitivity and acceleration values... -
zoeski80 #2
Re: CFinsert misbehaves
From the error it sounds like a number is trying to be added that is too big
for the field. You get that error if you try and add something like 9 999 999
999 to an integer field. Are you both adding the same data into the table?
Also, have you compared the default values and the data types for that table
in the database?
Zoe
zoeski80 Guest
-
H3ath0r #3
Re: CFinsert misbehaves
Found it! There was a numeric field where a 'byte' setting SHOULD have been
good enough (the value was only 147). Setting it to 'integer' solved the
problem. I had to add the FORMFIELDS attribute to the CFinsert tag and go
through the fields one by one to determine which one was fouling it up. Ugh.
H3ath0r Guest



Reply With Quote

