|
Database Frequently Asked Questions Q: How do I install the BDE? A: Use the BDE example available from the Download page (www.lizajet.com/download).
Q: How do I install SQL Links? A: Use the BDE example available from the Download page (www.lizajet.com/download). It consists of the main package named BDECore, and the additional packages for the SQL Links. The BDECore package includes core files of the BDE. Each of the SQL Link packages includes the BDE files specific for the particular SQL Link driver. Your package should link to the BDECore package and to those SQL Link packages you want to install. See the BDE example package on how to make a package that optionally installs some SQL Links.
Q: How do I remove the BDE if I uninstall the corresponding Delphi application? A: See the BDE example. Your application links to the BDECore and SQL Link packages to install BDE together with the application. When the application is uninstalled, the LizaJet Installer sees that there are no more applications referring to the BDE packages, so these packages will be uninstalled automatically. Note that the BDECore package and the SQL Link packages have the Uninstall separately checkbox off (on the General Properties page). If this checkbox is on in a linked package, the installer will not remove the linked package when the main package is uninstalled.
Q: How do I install MSDE? A: See the answer about installation of .NET Framework. Use the redistributable file of MSDE (MSDE2000A.exe) available from the Microsoft download site.
|