size of ftInteger
- From: "Keith G Hicks" <krh@xxxxxxxxxxx>
- Date: Mon, 27 Jun 2005 18:40:49 -0400
When setting up parameters for a TAdoStoredProc:
CreateParameter('iCustID', ftInteger, pdInput, 10, iCurrCustID);
Generally you refer to numbers by their precision and scale where precision
is the total number of digits and scale is the number of decimal places.
But the What is the size? Is 10 correct?
According to the help on "CreateParameter":
"Size indicates the maximum size of the parameter's value."
I can't find anything that lets you set the scale or precision.
ALso, what if the is ftBCD? What is the size then if your actuall value is
something like 345.343?
Thanks,
Keith
.
- Follow-Ups:
- Re: size of ftInteger
- From: Brian Bushay TeamB
- Re: size of ftInteger
- From: Keith G Hicks
- Re: size of ftInteger
- Prev by Date: Re: Not A Valid Password
- Next by Date: Re: size of ftInteger
- Previous by thread: Internal Query processor Error
- Next by thread: Re: size of ftInteger
- Index(es):
Relevant Pages
|