Question
Error Message 22005
I get the following error when trying to access my .cfm page
using a stored procedure on MSSQL.
Here is the error message:
Error Diagnostic Information
ODBC Error Code = 22005 (Error in assignment)
[Microsoft][ODBC SQL Server Driver]Invalid character value for cast specification
SQL = "sp_SearchResult"
Data Source = "artSql"
The error occurred while processing an element with a general identifier of (CFSTOREDPROC),
occupying document position (119:1) to (119:147) in the template file D:\HTML\USERS\mysite\HTML\RESULTS_
ADV2.CFM.
Line 119 of the RESULTS_ADV2.CFM file states:
<cfstoredproc procedure="sp_SearchResult" datasource="#MM_connArtSql_DSN#" username="#MM_connArtSql_
USERNAME#" password="#MM_connArtSql_PASSWORD#">
I have a feeling it does not have anything to do with this line, but something else in the code. I
am looking for someone to help us out off forum, and to help us implement other coldfusion projects
on our site. Any help appreciated.
Paul
Here is the error message:
Error Diagnostic Information
ODBC Error Code = 22005 (Error in assignment)
[Microsoft][ODBC SQL Server Driver]Invalid character value for cast specification
SQL = "sp_SearchResult"
Data Source = "artSql"
The error occurred while processing an element with a general identifier of (CFSTOREDPROC),
occupying document position (119:1) to (119:147) in the template file D:\HTML\USERS\mysite\HTML\RESULTS_
ADV2.CFM.
Line 119 of the RESULTS_ADV2.CFM file states:
<cfstoredproc procedure="sp_SearchResult" datasource="#MM_connArtSql_DSN#" username="#MM_connArtSql_
USERNAME#" password="#MM_connArtSql_PASSWORD#">
I have a feeling it does not have anything to do with this line, but something else in the code. I
am looking for someone to help us out off forum, and to help us implement other coldfusion projects
on our site. Any help appreciated.
Paul
