Access to SQL Field Conversion - TechRepublic
General discussion
February 17, 2003 at 03:48 AM
rhizoned

Access to SQL Field Conversion

by rhizoned . Updated 23 years, 3 months ago

I have a file that is imported from a text file into an access table.

I have to append new information to a sql table with a number of Money data type fields via ODBC.

I get the msg “Disallowed implicit conversion from data type “Varchar” todata type “money”.

The field is of type Currency and not Varchar. Everything i have read up to this point explains that Currency is the equivelent of Money.

Does anyone know what is being done wrong?

Thanx

David

This discussion is locked

All Comments