idok
asked on
Consult
Starting a new database app in Delphi/CppBuilder - which DB tech would you recommend? Using BDE? Using ODBC drivers? ADO? MS Access?
For a small multiuser application I would recommend the Interbase SQL server.
Regards,
Kot.
Regards,
Kot.
If you've got Delphi 5, I would use ADO to connect to your database. I find it's fairly easy to set up.
Instead of fiddling around, setting up BDE alias' on every computer (or writing the code to dreate them), Delphi has a wizard which creates an ADO connection string for you, and then just connects to the DB. Great simple stuff that just works.
See ya,
Dave.
Instead of fiddling around, setting up BDE alias' on every computer (or writing the code to dreate them), Delphi has a wizard which creates an ADO connection string for you, and then just connects to the DB. Great simple stuff that just works.
See ya,
Dave.
ASKER
ADO is just the connection, which non-Client/Server (file based) DB would you recommend as base?
Wouldn't MS-access be a good choice for a file-based DB?
Wouldn't MS-access be a good choice for a file-based DB?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
i would prefer a sql-database (Oracle, mssql,...)
with a bde-replacement driver.
tell more about, for what you need it.
just for beginning use paradox,
its properly supported by delphi and bde.
meikl