Document.CreateDBStructureFromXMLSchema
Method: CreateDBStructureFromXMLSchema (pDatabase as DatabaseConnection, pTables as ElementList, bDropTableWithExistingName as Boolean) as String
Description
CreateDBStructureFromXMLSchema exports the given tables to the specified database. The function returns the SQL statements that were necessary to perform the changes.
See also GetDBStructureList.
Errors
1429 | Database selection missing. | |
1430 | Document export failed. | |