AdsCopyTableStructure

Advantage Client Engine

Creates a new table with the same structure as the given table

Syntax

UNSIGNED32

AdsCopyTableStructure (ADSHANDLE hTable,

UNSIGNED8 *pucFile);

Parameters

hTable (I)

Handle of table or cursor to copy.

pucFile (I)

Name of file to create.

Remarks

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.

Examples

Click Here

See Also

AdsCopyTable

AdsCopyTableContents

AdsConvertTable