gda_recordset_close

Name

gda_recordset_close -- 

Synopsis

void gda_recordset_close (Gda_Recordset* rs);

Arguments

rs

the recordset to close

Description

This function closes the recordset and frees the memory occupied by the actual data items. The recordset can be opened again, doing the same query as before. It is guaranteeed that the data cached by the recordset is refetched from the server. Use this function is some characteristics of the recordset must be changed