macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: Error on Update - SQL Server datatype ??

Subject: Re: Error on Update - SQL Server datatype ??
From: "Dan Bracuk"
Date: Mon, 4 Feb 2008 18:02:49 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

Line 22 has a couple of problems.  First, you have double quotes instead of 
single quotes.  Second, you appear to sending text to a date field - bad idea.  
Line 23 might be a data mismatch only.  The field is called article_number and 
you have quoted the variable.


<Prev in Thread] Current Thread [Next in Thread>