Create a new paradox object. You will have to call this function before any further functions. px_new() does not create any file on the disk, it justs creates an instance of a paradox object. Returns FALSE on failure.
Example 1. Opening a Paradox database
|
If you prefer the object oriented API, then the above example will look like the following.
Example 2. Opening a Paradox database
|
See also px_open_fp(), px_delete().