Create a new paradox database file. The actual file has to be opened before with fopen(). The first parameter is the return value of px_new(). fielddesc is an array containing one element for each field containing is specification. Each field specification is an array itself with either two or three elements. The first element is always a string values used as the name of field. It may not be larger than ten characters. The second element contains the field type which is one of the constants listed in table Constants for field types. In the case of a character field, you will have to provide a third element specifying the length of the field.
Note: This function is highly experimental, due to insufficient documentation of the paradox file format. Database files created with this function can be opened by px_open_fp() but probably cannot be opened by the Paradox software.
Deliver First Class Web Sites: 101 Essential Checklists Want to learn how to make your web sites usable and accessible? Want to ensure that your sites meet current best practice, without spending hours trawling through incomprehensible specifications and recommendations from dozens of different books, research papers, and web sites? Want to make sure that the sites you build are "right the first time," requiring no costly redevelopments?