Regarding SQLLEN and unixODBC
Premnath Srinivasan <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <OF353D03E8.0BD1292B-ON652575CC.005FC24D-652575CC.00608D43@in.ibm.com> |
Hi All, Need some clarifications on the SIZEOF( SQLLEN ) with the latest unixODBC Driver Manager. With the latest unixODBC Driver Manager, the SIZEOF( SQLLEN ) is 8(64-bit) ... and if we want the Driver Manager to treat SIZEOF( SQLLEN ) as 4(32 bit), then we need to set the flag BUILD_LEGACY_64_BIT_MODE. Where as the older versions of unixODBC Driver manager was treating SQLLEN as 32 bit. And for the older unixODBC, we need to use the flag DBUILD_REAL_64_BIT_MODE to use the 64 bit SQLLEN. Am I right here ? Can I get some unixODBC links which explains the SIZEOF( SQLLEN ) in detail. Thanks in advance. Thanks and Regards, Premnath Srinivasan _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev