UltraLite Static C++ API Reference
int GetColumnCount( )
Returns the number of columns in the current table or result set.
Integer number of columns.
The following example opens a table object named tb and places the number of columns in the variable numCol:
tb.Open( &conn ); numCol = tb.GetColumnCount();
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.