(no subject)

Robert Mann robmann at gp-racing.com
Tue Dec 26 20:16:11 CST 2006


put VDatabase_Constructor() into mDatabase
get VDatabase_Open( mDatabase, dbPAth )
put VDataBase_SqlSelect(mDatabase, "SELECT * FROM wt_brands ") into curID

put VCursor_Database( curID ) into var
put VCursor_FieldCount( curID) into var2
put VCursor_RecordCount(curID) into var3

The above works but 
how do I get the colunmn count(number of columns) for this table?
also how do I get the column names?

thanks
Robert Mann



More information about the Valentina mailing list