access .mdb

Joined
Jul 22, 2007
Messages
1
Reaction score
0
I have a data base I am trying to read the data? For example the access .mdb has a table:
table:user
the fields are:

ID
FName
Lname


var queryString : System.String="Select FName, FName FROM user"
dataBaseConnection.Open();

This is where my problem is? I am not sure of the format of the System string..

System.String="Select FName, FName FROM user"

Thanks, for any help given!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top