gint gda_recordset_open_txt
(Gda_Recordset* rs, gchar* txt, GDA_CursorType cursor_type, GDA_LockType lock_type, gulong options);the recordset
the command text
the type of the cursor used. Currently only a forward only cursor is implemented
the type of locks used for the command. Currently only readonly type of locking is supported.
currently not implemented. Used to identify how to parse the txt.