correct example:
##########################################
F::FSqlite sql;

sql.sqliteConnect( "testdb" );
sql.sqliteQuery( "SELECT * FROM table" );

while( mySqlObject.dataSetIsLeft( ) ) {
  cout << sql.result[ "col_1" ]
  cout << sql.result[ "col_2" ]
}
##########################################

Greets Christian

-- 
Linux is like a wigwam - no gates, no windows and an apache 
inside.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to