Own SQL Driver
-
Hi
Well if your database a c++ SDK you can use that directly.
And not use any of the QT SQL classes.If its not a SQL driver plugin, rest of Qt cant use it since it expects that
interface. -
thx
So when i, as example, modify the mysql plugin it must compile as plugin and i must install it over the existing QT plugin?