How to find the sql database
Hi, I am creating simple android applcation that uses sql database,..Now I want to see the data inserted to my table,but i am having trouble to find it,
can you please help m.
Thank you in advance.
Please sign in to leave a comment.
On Sun, 22 Jun 2014 06:28:14 MSK, carmz <no_reply@jetbrains.com>
wrote, quoted or indirectly quoted someone who said :
>Hi, I am creating simple android applcation that uses sql database,..Now I want to see the data inserted to my table,but i am having trouble to find it,
>can you please help m.
You have to know a few magic strings to access a given database.
See http://mindprod.com/jgloss/jdbc.html
--
Roedy Green Canadian Mind Products http://mindprod.com
Why program by hand in 5 days what you can spend
2 to 5 years of your life automating.
~ Terence Parr 1964-08-17
Hi, can you please provide some steps on how can i access my table or my database.so that i can see all the data inserted.
Thank you in advance.