gda_recordset_bof

Nombre

gda_recordset_bof -- 

Synopsis

gint gda_recordset_bof (Gda_Recordset* rs);

Arguments

rs

Recordset which should be checked

Description

This function is used to check if the recordset cursor is beyond the first row. If this function returns TRUE any of the functions which actually returns the value of a field an error is returned because the cursor doesn't point to a row.

Returns

1 if the cursor is beyond the first record or the recordset is empty, 0 otherwise.