Deletion from database gives KErrArgument error
| Wed, 2008-05-28 10:33 | |
|
|
hi all, TInt CmClientDataBase::DeleteSelectedContact( TInt& aSelectedIndex ) { database.CompressL(*store,store->Root()); //CStreamStore } can anybudy tell me how i can comress the data base after deletion.... please help me ........ |






Forum posts: 30
If it gives KErrArgument I would print out the SqlStatement before its executing maybe its syntax is wrong?
It includes KBlockNumberTable and KRowIdColl defined elsewhere maybe these are wrong?