I was reading Holgerwa's question and I have a question.
Is there any significant performance improvement by changing from dbExpress to other driver specific?
Can we use dbExpress and still use specific DB engine features?
|
I was reading Holgerwa's question and I have a question. Is there any significant performance improvement by changing from dbExpress to other driver specific? Can we use dbExpress and still use specific DB engine features?
| ||||
|
feedback
|
| ||||
|
feedback
|
|
You can also use both type of drivers simultaneously in the same project:
There is also a third way, by using third-party database-independent components, like UniDAC and AnyDAC, that, according to its developers, are more lightweight, more optimized and more powerful than dbExpress, while preserving database independency and some access to specific features. | |||
|
feedback
|