Subject Re: [IB-Architect] SQL_INT64 and SQL_QUAD
Author Bill Karwin
Also, I notice a Quad is a struct of two 32-bit integers, one unsigned.

An Int64 is a long long, or __int64, or whatever is the name of the 64-bit
signed integer supported natively by the compiler.

Bill Karwin