gda_recordset_move_next

Name

gda_recordset_move_next —

Synopsis

gulong gda_recordset_move_next (Gda_Recordset* rs);

Arguments

rs

the recordset

Description

Moves the cursor of the recordset to the next record.

Has the same effect as calling gda_recordset_move() with count set to 1.

Returns

the position of the cursor, or GDA_RECORDSET_INVALID_POSITION if there was an error.