|
| |
Creates an empty table
function PXTblCreate
(TblName : String; { name of table to create }
NFields : Integer; { number of fields in table }
Fields, { field names }
Types : NamesArrayPtr): Int; { field types (N, S..) }
Errors: PXERR_OUTOFRANGE 31 Argument out of range
PXERR_INVPARAMETER 33 Invalid argument
PXERR_OUTOFMEM 40 Not enough memory to complete operation
PXERR_OUTOFDISK 41 Not enough disk space to complete operation
PXERR_TABLEOPEN 83 Unable to perform operation on open table
PXERR_INVTABLENAME 99 Invalid table name
PXERR_RECTOOBIG 125 Record too big for index
PXERR_TABLEBUSY 118 Table is busy
PXERR_TABLELOCKED 119 Table is locked
PXERR_INSUFRIGHTS 21 Insufficient password rights |