Hi All, I am using VB6 to import order entry from SQL to Accpac pervasive. Other fields come in ok, say, item number, qty. Only, unit price, I cannot make it to come in from SQL.
I have tried all kinds of data type for the field, CStr, CDec, CDbl, none of them worked.
Sample line of code:
OEORD1detail1Fields.FieldByName("UNIPRICE").Value = "15.11"
Can anyone please help? help is much appreciated!
I have tried all kinds of data type for the field, CStr, CDec, CDbl, none of them worked.
Sample line of code:
OEORD1detail1Fields.FieldByName("UNIPRICE").Value = "15.11"
Can anyone please help? help is much appreciated!