community.borland.com

Article #25351: Returning max row size using SQLGetInfo in the ODBC Test and ODBC32 TEST Utility

Problem:
How to return the max row size using SqlGetInfo?

Solution:
This is an example of returning the max row size using 
ODBC Test.

+ connect to database
+ select SqLGetInfo off the connect heading
+ pick "SQL_MAX_ROW_SIZE=104" for finfotype
+ you will see the max row size return under rgbinfovalue.

Note:  For ODBC driver versions prior to version 2.00.903,
the rgbInfoValue is 0.  This is due to Visigenic bug 7622.
But this bug is fixed in driver version 2.00.903.  The correct
value is 64k.

Last Modified: 18-OCT-00