I had this error when trying to do an insert on and using a cfsqltype that was too small for the data I had. I changed my cf_sql_char to cf_sql_longvarchar (or similar) and all was well.
any help? cheers barry.b -----Original Message----- From: Tim McAuliffe [mailto:[EMAIL PROTECTED] Sent: Tuesday, 9 September 2003 3:31 PM To: CFAussie Mailing List Subject: [cfaussie] MX problem with Access client vars? Hi All, Just got a wierd error from an Access db that I'm using a client variable store... Operation failed on the data source named "myclientstore". Reason of failure "[MERANT][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver]Invalid precision value " It only happens when I try to save a serialized wddx packet in a client variable. Not a problem for simple values. The client var tables were created from the CF Admin. Using MDAC2.8 Any ideas? (Other than using a better db ;) --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
