Dear Friends,
I am gettting OUT OF MEMORY error while working with sqlite. while executing the following sql statement
Qt Code:
  1. QSqlQuery q(db->cn);
  2. q=db->SelectQuery("SELECT name FROM sqlite_master WHERE name= 'tablename'");//im getting error while executing this stament
To copy to clipboard, switch view to plain text mode 

i had used query like this in many part of my project. i am getting error while executing the above query in particular part
Qt Code:
  1. out of memory Unable to execute statement
To copy to clipboard, switch view to plain text mode 

i am looking to solve this problem can anybody help me.....

Regards
askar