Sets or returns a Boolean value that indicates whether an SQL pass-through query to an external database returns records.
Syntax
VOIDSetReturnsRecords(BOOL b);
BOOLGetReturnsRecords(VOID);
Set Parameters
Type | Example | Description |
BOOL | b | A Boolean that is set to TRUE if a pass-through query returns records. |
Remarks
You must set the Connect property before you set the ReturnsRecords property.