PdcDatabase.CreateUserTable

From External Bemet Wiki
Revision as of 11:24, 11 December 2015 by TC (talk | contribs)
Jump to navigation Jump to search

Declaration

CreateUserTable(TableName: String, TableDescription: String, FieldData: String) as boolean

Description

Using this method you can create a usertable inclusive all fields without any reorganization of the database.
It only works If the table not already exists. To determine the table exists, you can use the method 'UserTableExists'.

Notes

Code example

Availability

Available since 14-8-2014 (from version 5.1 onwards)