PdcDatabase.CreateUserTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
Using this method you can create a usertable inclusive all fields without any reorganization of the database.<br> | Using this method you can create a usertable inclusive all fields without any reorganization of the database.<br> | ||
This is only possible if the table doesn't exist already. To determine this use the method 'UserTableExists'.<br> | |||
== Notes == | == Notes == | ||
After creating a table with this method, you have to restart PdC, to | After creating a table with this method, you have to restart PdC, to have the new table shown in the menu of PdC. | ||
== Code example == | == Code example == |
Revision as of 11:22, 9 February 2016
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.
This is only possible if the table doesn't exist already. To determine this use the method 'UserTableExists'.
Notes
After creating a table with this method, you have to restart PdC, to have the new table shown in the menu of PdC.
Code example
Availability
Available since 11-12-2015 (from version 5.1 onwards)