MySQL_FieldCount

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

version 2004


MySQL_FieldCount (selectID) Integer

ParameterTypeDescription
selectIDLongintSelect ID returned by MySQL_Select
Function resultIntegerNumber of fields

Description

The MySQL_FieldCount command retrieves the number of fields contained in the result set.

selectID is a Longint returned by MySQL_Select.

The Integer returned indicates the number of fields.


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