Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo
Can i write an SQL Driver which i use direct in my code? Ore must this be a Plugin? I cant find any hints how i can do this. lg Chris
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?
@ckvsoft if still to be used in a plugin way, then yes.
can i ask what you want to do ?
Normally people just use some extra SDK code for features not implemented etc but you want to change whole plugin ?