Re: Selecting Databases
From: Simon Hooper (simon_at_simonhooper.co.uk)
Date: 01/06/04
- Next message: Marcello Dias: "BetterAdo ,instead of AdoCommand,AdoStoredProc.."
- Previous message: Simon Hooper: "ADO Threads and Connection Pooling"
- In reply to: hami: "Selecting Databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 6 Jan 2004 16:51:48 -0000
> I want to change my fondemental base from BDE to one another Technology,
> Which Technology recommended, dbExpress or ADO?
> What are Borland Compnay Poletics for supporting these technologies?
The BDE is not recommended for new projects now, which implies you are going
in the right direction.
dbExpress is lightweight, but has one way cursors. This makes it good it
for loading ClientDataSets, but not for using the dbExpress datasets
directly. If you are using CDSs and there is a driver for your database,
this is the way to go.
ADO is fully featured and great for the Microsoft databases SQL Server and
Access. It is also a reasonable option if you want to use ODBC.
To complicate matters I see ADO has been dropped in D8 (see other threads in
this newsgroup)
Good luck
Simon
- Next message: Marcello Dias: "BetterAdo ,instead of AdoCommand,AdoStoredProc.."
- Previous message: Simon Hooper: "ADO Threads and Connection Pooling"
- In reply to: hami: "Selecting Databases"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|