Advantage Client Engine
Creates a new table with the same structure as the given table
UNSIGNED32 |
AdsCopyTableStructure (ADSHANDLE hTable, UNSIGNED8 *pucFile); |
hTable (I) |
Handle of table or cursor to copy. |
pucFile (I) |
Name of file to create. |
The table created does not contain records, but has field structure identical to the original table. Indexes are not copied by AdsCopyTableStructure. The empty table must be opened by a call to AdsOpenTable to be manipulated.