version 2004
MySQL_FieldCount (selectID) Integer
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select | |
| Function result | Integer | Number 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.