Function CSPODBCRecordset::Close()
Description:
Closes a recordset, releasing all ODBC and memory resources.
 |
Prototype:
void Close();
Arguments:
No arguments (void).
Return value:
No return value (void).
See also:
member functions ExecuteSQL(), PrepareSQL()
|
|