Hi *!
I am currently trying to read out native.db on the phone, in order to access the address book. I tryied modifying the u-sync code and it worked fine - on the PC. On the phone, however, it doesnt: I can open the database just fine, but when I set the cursor to the first entry, it says
DB_NOTFOUND: No matching key/data pair found
Could this be a locking problem?
I tried copying the database to somwhere else, which didnt work. Could this be a locking problem?
Here is my code
Kosta