ADOQuery and decimal fields in Delphi 5...
- From: "Jean Dupond" <jdupond@xxxxxxxxxx>
- Date: Thu, 18 Oct 2007 14:13:53 -0700
We are using Delphi Professional 5 and Diamond ADO v. 1.86 to connect a
Delphi application to a MS-SQL 2000 database. Within the database, there is
a table with a field defined as decimal(19, 5).
When we query this table via a ADOQuery (TdADOQuery), the returned value has
only 4 digits to the right of the decimal point. Does anybody know how to
get the correct value back (with 5 digits to the right of the decimal
point)?
Thanks for your help.
.
- Follow-Ups:
- Re: ADOQuery and decimal fields in Delphi 5...
- From: Brian Bushay TeamB
- Re: ADOQuery and decimal fields in Delphi 5...
- From: Dmitry Arefiev [da-soft.com]
- Re: ADOQuery and decimal fields in Delphi 5...
- Prev by Date: TADODataSet AddNew syntax
- Next by Date: Re: TADODataSet AddNew syntax
- Previous by thread: TADODataSet AddNew syntax
- Next by thread: Re: ADOQuery and decimal fields in Delphi 5...
- Index(es):
Relevant Pages
|