Data type conversion for SQL update
[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]
Posted by Ben McLendon on October 28, 1999 at 12:21:9:
I have a nice form for looking up a record in SQL, editing, and then updating the SQL Data. Problem is this error message:[ODBC SQL Server Driver][SQL Server]Disallowed implicit conversion from data type varchar to data type money, table 'CUSA.dbo.CSRT_Work', column 'CW_Cost'. Use the CONVERT function to run this query. HOW?! I've tried several ways of converting the varchar to money but they don't work. Maybe because of syntax. Speaking of syntax. Any one know of a good source on syntax for VBScript and SQL in ASP pages? Any help would be appreciated! BEN
Follow Ups:
|