

See Using Provider Components for information about providers.ĭata-aware controls that can access information from a data source. See Using Client Datasets - Overview for information about client datasets.

See Using dbExpress Datasets for details.Ĭomponents that access InterBase databases directly, without going through a separate engine layer.Ĭomponents that can be used with any data access mechanism such as TClientDataSet and TDataSetProvider.
Borland database desktop not working with windows 10 drivers#
dbExpress drivers provide fast access to databases but need to be used with TClientDataSet and TDataSetProvider to perform updates. See Working with ADO Components for details.Ĭomponents that use dbExpress to access database information. ADO-based components let you integrate your application into an ADO-based environment. Many ADO drivers are available for connecting to different database servers. Consider migrating your existing database applications from BDE to dbExpress.Ĭomponents that use ActiveX Data Objects (ADO), developed by Microsoft, to access database information. You should not undertake new development with BDE. For instance, BDE will never have Unicode support. Please Note: The Borland Database Engine (BDE) has been deprecated, so it will not be enhanced. See Using the Borland Database Engine for details. The BDE supports the broadest range of functions and comes with the most supporting utilities including Database Desktop and Database Explorer. The database components are grouped according to the data access mechanism and function.ĭatabase pages on the Tool palette: Palette pageĬomponents that use the Borland Database Engine (BDE), a large API for interacting with databases. The Tool palette includes many components for accessing databases and representing the information they contain.

You can create advanced database applications using tools to connect to SQL servers and databases such as Oracle, Sybase, InterBase, MySQL, MS-SQL, Informix, PostgreSQL, and DB2 while providing transparent data sharing between applications. Go Up to Building Applications, Components, and Libraries Index
