OP Get one tablename

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

version 1.5


OP Get one tablename (connectionID; tableID; nameOfTable) Longint

ParameterTypeDescription
connectionIDLongintConnection ID with target server
tableIDLongintNumber of table in the database
nameOfTableStringName of the taget table
Function resultLongintError code result for the function

Description

OP Get one tablename returns in nameOfTable the name of tableID.

Error Codes

If OP Get one filename executes successfully, it returns 0. Otherwise, this function returns one of the following errors:

Error CodeDescription
-108Not enough memory to perform this operation.
-9972Table number is out of range.
10128The 4D Open for 4th Dimension package has not been initialized.
10136The connection does not exist.
10154This command cannot be executed right now.

See Also

OP Get all tablenames, Table name.


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