I am having problem with retreiving numeric data from SQL.
In VFP8 I have:
SQLEXEC(anav,'SELECT
In VFP8 I have:
SQLEXEC(anav,'SELECT
Code:
, [Unit price] FROM [ZCDatabase d_d_$Sales Price]','curs1')
The field 'unit price' is decimal type on SQL Database, but in VFP cursor I get N(20,20) type!
Is there a way to change format of numeric type?