DbCreateFile

Prev Next Home Home Table Of Contents Index

DbCreateFile (Name,Fields)

DbCreateFile creates an empty dBase file. The Fields parameter is a 2 dimensional array that specifies the field structure. The field structure of the array is as follows:


 1 - Name
 2 - Type
 3 - Length
 4 - Decimal Position

Example:
var Fields Fields[1] = Set['Name','C',35,0] Fields[2] = Set['Age','N',3,0] DbCreateFile('AGE.DBF',Fields)

See Also: DbFields

Category: DBase

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home