Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Numeric field dropping decimal portion
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01045648
Message ID:
01045930
Views:
23
I found out what was happening with numeric fields dropping the decimal portion of the number. My client side is using ado to call a stored procedure. In my ADD and UPDATE stored procedures I did not have the precision and scale set. I don't remember having to do this in the past, but it now works. Hope this helps someone else in the future.
@VOLUME NUMERIC
* Had to change to
,@VOLUME NUMERIC (10,4)
Joel
Previous
Reply
Map
View

Click here to load this message in the networking platform