version 2004
DBGateway_FieldCount (selectID) Integer
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| Function result | Integer | Number of fields in selection cursor |
Description
The DBGateway_FieldCount command retrieves the number of fields contained in the result set referenced by selectID.
selectID is a Longint returned by DBGateway_Select.