Log in

View Full Version : pulling contacts from an emal address



sukanya.paul
05-15-2009, 12:54 PM
hi,
i have a complicated problem.
i have to be able to pull all my contacts from an address book when i enter an email id and password.
for example: if the email is xyz@gmail.com and password is abc then all the address book details should be diplayed for that email account.
can some1 please help me.
thanks in advance,
Suk

VolcomMky
05-18-2009, 06:57 PM
just use a sql statement like


SELECT * FROM addressBook WHERE email='xyz@gmail.com' AND password='abc'