version 2004
MySQL_CloseSelect (selectID)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select |
Description
The MySQL_CloseSelect command closes the MySQL_Select call referenced in selectID.
Once you're done with the results from the MySQL_Select call, then call MySQL_CloseSelect.
selectID is a Longint returned by MySQL_Select.
See Also