|
























|
 |
BDE/SQL DEVSUPPORT
Programming tips on integrating the BDE API with CBuilder to create
robust database applications.
- The following CBuilder programs, examples, and VCL's are stuffed with useful
operations that only the BDE is currently capable of doing. Borland is not responsible
for the support of these examples.
- Paradox table repair with source (Size 11,473 bytes)
This example includes Header File and LIB File for creating a program that can automatically
repair Paradox table problems. Here is the executable.
NOTE: you must also download the correct TUtility DLL that matches your BDE Core DLLs.
The TUtility DLLs and BDE Core DLLs are on the Utilities,
Programs and Updates page.
-
Add and remove Paradox master and auxiliary passwords (Size 24,265 bytes)
Functions are in a separate file for easy integration into other CBuilder programs.
Includes small password utility and example table.
-
Create an InterBase database file within code (Size 15,970 bytes)
The BDE cannot create an InterBase Database file (.GDB). Before, the .GDB file
would need to be sent along with the program. This example will create a database
file from within a CBuilder application. This example includes database creation
options like: Page Size, Default Character Set, and secondary database files to hold
database information after the primary file is filled.
- In-Memory table example (Size 8,067 bytes)
This example takes a table, places all the information into an in-memory table,
and then displays all the information in a string grid.
The following E-Mail address is intended for questions or problems with the
current page only. US developer support questions should be handled through
any of the Borland Assist
options. Non-US developer support should be handled through an
international Borland office in your area.
bde_admin@borland.com
|
|