I looked in the SQLServer documentation and found that SQLserver
stores money fields with 4 decimal places. I have set the DBE to be
4 decimal places and the Windows regional settings to be 4 dp but I cannot
figure out why this is still happening.
This is causing major problems and I need to sort a solution ASAP
Any Ideas.....
Tim Bailey
Let me know if you get a fix for rounding problem using sql links. I can't
believe everyone is screaming about this.
btu...@lp-systems.com
Tim Bailey wrote in message <78nvti$2s...@forums.borland.com>...
Try to set ENABLE BCD = True in BDE
I use numeric field with scale 3 to 5 in MSSQL 6.5, Sybase ASE 11.5.1 and I
don't have problems.
Rogério César de Aquino
www.riosoft.com.br
Rogerio wrote in message <78s9hd$65...@forums.borland.com>...
Tim
Bob Tucker wrote in message <78obmm$2s...@forums.borland.com>...
I suppose most people are using BNC numbering. The problem with that is
that your application must have the exact scale set in the Tfield
properties. If I use numeric (float) user can change the scale at will
without the program having to be altered. A good example is the price of
product a company might sell. It might be only 2 behind decimal or as much
a 5. One of my customers sells propane for .2175 cents per gallon.
Hopefully this will get recognized soon.
Tim Bailey wrote in message <78v1f2$8e...@forums.borland.com>...