Question
CF_SQL_TIMESTAMP
I have just upgraded to Coldfusion 8 on Windows Server 2008
(using MS SQL Server 2005) but CF_SQL_TIMESTAMP is causing problems
for me.
when I try to add or update an auction in the database I get the following error:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Invalid precision value
I have it narrowed down to this piece of code.
Auction_Date=<CFQUERYPARAM VALUE="#DateFormat(Auction_Date, "mm/dd/yyyy")#" CFSQLTYPE="CF_SQL_TIMESTAMP">,
I was using coldfusion mx7 with MS SQL Server 2005 on Windows 2003 server
with the exact same code and setup and everything was OK.
when I try to add or update an auction in the database I get the following error:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver]Invalid precision value
I have it narrowed down to this piece of code.
Auction_Date=<CFQUERYPARAM VALUE="#DateFormat(Auction_Date, "mm/dd/yyyy")#" CFSQLTYPE="CF_SQL_TIMESTAMP">,
I was using coldfusion mx7 with MS SQL Server 2005 on Windows 2003 server
with the exact same code and setup and everything was OK.
