Jeff Zucker wrote: > > > 2. I seem to remember a GetInfo( 'All' ) call from somewhere.
My test cases <http:[EMAIL PROTECTED]/msg00524.html> <http:[EMAIL PROTECTED]/msg00525.html> contain the string 'Get Info All'. It's an odbcte32.exe menu command. I guess they loop over all info-types internally. In contrast to SQLGetTypeInfo( SQL_ALL_TYPES ), there is no SQLGetInfo( SQL_ALL_INFO_TYPES ), mainly because 1) SQLGetTypeInfo returns a result set, but SQLGetInfo returns a (pointer to) value. 2) 0 (zero) - a good candidate for SQL_ALL_INFO_TYPES - is already used for SQL_MAX_DRIVER_CONNECTIONS, SQL_MAXIMUM_DRIVER_CONNECTIONS, SQL_ACTIVE_CONNECTIONS and SQL_INFO_FIRST :) Steffen
