Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a SQL string that gets the next RecId value for the given table.
Syntax
public str beginInsertTable(
TableId _tableNum,
FieldId _recIdFieldId,
FieldId _tableIdFieldId)
Run On
Server
Parameters
- _tableNum
Type: TableId Extended Data Type
A table number.
- _recIdFieldId
Type: FieldId Extended Data Type
The RecId field number.
- _tableIdFieldId
Type: FieldId Extended Data Type
The TableId field id.
Return Value
Type: str
A SQL string that gets the next RecId value for the given table.