Simon,
I have attached a copy of my SQLite database.
John
How to test 1st app (using sqlite and datagrid) on AVD
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 10
- Joined: Fri Aug 23, 2013 2:57 am
Re: How to test 1st app (using sqlite and datagrid) on AVD
- Attachments
-
- SWLicense.zip
- (6.61 KiB) Downloaded 156 times
Re: How to test 1st app (using sqlite and datagrid) on AVD
Hi John,
Using your sqlite file and the attached stack I was able to connect to the DB and display the results in the sim.
Note, I'm only using table Install
You will have to add Copy Files (again I think it's good to have it in your "Documents" folder)
Testing: Try the delete DB button while on the sim, it will say if it actually deleted something or it couldn't find the DB.
Simon
Using your sqlite file and the attached stack I was able to connect to the DB and display the results in the sim.
Note, I'm only using table Install
You will have to add Copy Files (again I think it's good to have it in your "Documents" folder)
Testing: Try the delete DB button while on the sim, it will say if it actually deleted something or it couldn't find the DB.
Simon
- Attachments
-
- Sqlite_Example (2).zip
- LC 6.1
- (6.52 KiB) Downloaded 145 times
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 10
- Joined: Fri Aug 23, 2013 2:57 am
Re: How to test 1st app (using sqlite and datagrid) on AVD
Simon,
I am now able to read my SQLite database in the Android emulator. At first I couldn't make it work using your code as an example. But when I created a new stack, and used your code, it worked. That also fixed the problem where some of my controls were all black when displayed in the emulator.
Thank you for your help (and patience).
John
I am now able to read my SQLite database in the Android emulator. At first I couldn't make it work using your code as an example. But when I created a new stack, and used your code, it worked. That also fixed the problem where some of my controls were all black when displayed in the emulator.
Thank you for your help (and patience).
John
Re: How to test 1st app (using sqlite and datagrid) on AVD
Hi John,
Glad you got it working.
I'm not often crazy.
Simon
Glad you got it working.

I'm not often crazy.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!