MySQL_CloseSelect

4D - Documentation   Français   English   German   4D For MySQL, Command Theme List   4D For MySQL, Command Alphabetical List   Back   Previous   Next

version 2004


MySQL_CloseSelect (selectID)

ParameterTypeDescription
selectIDLongintSelect 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

MySQL_Select.


4D - Documentation   Français   English   German   4D For MySQL, Command Theme List   4D For MySQL, Command Alphabetical List   Back   Previous   Next