This is weird.
I am updating an app I wrote several years ago.
I decided to add a database table to track version info. Trying to implement database updates.
I created a sql read routine to read the version number. The first time I ran it returned the correct version number....
Now every time it returns that same number. I changed the entry in the db. I even deleted the db from the project and it still returns that number.
I stopped and restarted the emulator with the same results.
Now, I have not loaded it to a live device yet....
Could this be something in the emulator not updating the database on the virtual device?
Drove me nuts till almost 2am.....
When I get home from work I am going to take another stab at it....
I am updating an app I wrote several years ago.
I decided to add a database table to track version info. Trying to implement database updates.
I created a sql read routine to read the version number. The first time I ran it returned the correct version number....
Now every time it returns that same number. I changed the entry in the db. I even deleted the db from the project and it still returns that number.
I stopped and restarted the emulator with the same results.
Now, I have not loaded it to a live device yet....
Could this be something in the emulator not updating the database on the virtual device?
Drove me nuts till almost 2am.....
When I get home from work I am going to take another stab at it....