Hi,
I want to get data from one table with where clause in adapter scenario.query like:
SELECT * FROM personel WHERE username = "abc" AND password="def"
How could i do this?
An example helps me a lot.
Thanks...