Subject RE: [firebird-support] what to use
Author Andrew Lowe
> -----Original Message-----
> From: firebird-support@yahoogroups.com
> [mailto:firebird-support@yahoogroups.com] On Behalf Of
> Dimitry Sibiryakov
> Sent: Friday, 18 August 2006 2:44 PM
> To: firebird-support@yahoogroups.com
> Subject: RE: [firebird-support] what to use
>
> On 17 Aug 2006 at 19:18, Nick wrote:
>
> >A) That's not a standard C datatype
>
> Who said that this is a datatype? This is a constant to set
> in sqltype. You should ask more definite questions to get
> more precise answers.
> For data buffer you can use any 64-bits variable of your
> programming language.
>
> --
> SY, Dimitry Sibiryakov.

"__int64" or "long long" if memory serves me correctly are standard
C/C++ 64 bit ints - I think???

Andrew