Discussion:
Does dbExpress have any runtime libraries?
(too old to reply)
Khurram Zaveri
2008-04-27 09:22:20 UTC
Permalink
Hello,

I need to access data from Oracle, MS SQL, MySQL and ODBC datasources. I
need to know that if I use dbExpress, would it require me to include
runtimes with my application? I remember that BDE used to have a significant
runtime overhead..

Thank you
Khurram
Bill Todd [TeamB]
2008-04-27 14:35:51 UTC
Permalink
Post by Khurram Zaveri
I need to access data from Oracle, MS SQL, MySQL and ODBC datasources.
Unfortunately, there is no dbExpress driver for ODBC. The only CodeGear
data access components that will work with all of the data sources you
listed is ADO.

dbExpress requires you to deploy one DLL for each driver. That is all.
There is no installation required. Just put the driver DLLs in the
directory with your EXE. Deployment is much smaller and much easier
than the BDE.
--
Bill Todd (TeamB)
LacaK
2008-04-28 07:58:42 UTC
Permalink
Post by Bill Todd [TeamB]
Unfortunately, there is no dbExpress driver for ODBC.
You can use http://sourceforge.net/projects/open-dbexpress/

-Laco.

Loading...