Hi programmers,
some time ago, I needed Oracle connections working efectively in multithreading environment with massive paralelism. So I had to build a separate layer on the top of OCCI library (not OCI) to be able to use SCP and some other functionality provided by the OCCI, did some hacks to went over some bugs... In those days this layer was ment just as (P)SQL command executer and simple (P)SQL queries provider.
Now the customers come with other requests and I am looking for the simplest way to bind gained data to Qt widgets. The first idea is to take existing db layer and transform it to custom QtSql database plugin. Is there any better solution?
thanks for answers..
Bookmarks