Hallo. Bin auf eine andere Komponente umgestiegen!
http://www.crlab.com/mydac/
Using
BDE in database applications amounts to the following data path between server and client:
[
MySQL] <-> [
ODBC] <-> [
BDE] <-> [Application]
MyDAC works directly through native
MySQL interface. It allows to avoid using
BDE and
ODBC:
[
MySQL] <-> [Client library] <-> [Application]
Using MySQL network protocol provides optimal transfer way:
[MySQL] <-> [Application]