Hello there,
 
How can I retrieve the data I got from my sql queries to my MS Access Database?
If for example i queried
 
sql("select count(username) from users where username = " $strUsername);
 
how can i get the count value? and is my understanding of the sql() correct?
I can't understand the documentation very well
 
and how can i get the data if my sql query retrieves a table of data?
 
sql("select * from users");
or
sql("select username,password from users");
 
Thanks in advance
 
Rafferty

Reply via email to