PDA

View Full Version : Qt + Odb



myky
15th August 2011, 16:04
Hi, i'm wondering if using Odb with Qt is good idea. Is it fast? I need to work with ~1.000.000 records / table db and i will have to put that data from zero, many times. When i'm using plain sql with qt it's loading data < 3 minutes, but i would like to have orm, to have code more clear. Next thing is if i can bind somehow odb compiler with qmake?

Thanks for help :)