Page 2 of 2

Re: How to test 1st app (using sqlite and datagrid) on AVD

Posted: Tue Sep 03, 2013 2:54 am
by shattuck49
Simon,

I have attached a copy of my SQLite database.

John

Re: How to test 1st app (using sqlite and datagrid) on AVD

Posted: Tue Sep 03, 2013 3:27 am
by Simon
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

Re: How to test 1st app (using sqlite and datagrid) on AVD

Posted: Thu Sep 05, 2013 2:43 am
by shattuck49
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

Re: How to test 1st app (using sqlite and datagrid) on AVD

Posted: Thu Sep 05, 2013 3:04 am
by Simon
Hi John,
Glad you got it working. :D
I'm not often crazy.

Simon