how to get data from one table with where clause?

Posts   
 
    
sekobey
User
Posts: 12
Joined: 24-Mar-2005
# Posted on: 07-Apr-2005 11:08:11   

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...