CREATE TABLE `b11430`Can we see the schema of the table?
(
`id` INT,
`nass` TEXT,
`part` INT,
`page` INT
)
so if i used the following query "SELECT * from table where id = 1" the qsqlquery will use the index to get the record???It's the database engine that handles the index, not Qt. Which automatically means you'll get similar overhead when accessing the database from sqlite console.
Bookmarks