Hi, can some one tell me what this error message means ??
I have a field in my table called amount which is set to data type 'money'
I created a form to insert values to that table and its giving me this error ::
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Disallowed implicit conversion from data type varchar to data type money, table 'DynoOwnerRec.dbo.TuningLinkIssues', column 'Amount'. Use the CONVERT function to run this query.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (1:1) to (1:51).
ANY IDEAS ???
I have a field in my table called amount which is set to data type 'money'
I created a form to insert values to that table and its giving me this error ::
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC SQL Server Driver][SQL Server]Disallowed implicit conversion from data type varchar to data type money, table 'DynoOwnerRec.dbo.TuningLinkIssues', column 'Amount'. Use the CONVERT function to run this query.
The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (1:1) to (1:51).
ANY IDEAS ???