Link to home
Start Free TrialLog in
Avatar of BrianGEFF719
BrianGEFF719Flag for United States of America

asked on

Database

I need to make a database, and i'm not sure how to go about it...i have a lot of VB experience but NONE with databases...just need an example that loads a database (the ones that come with vb are confusing)...the example needs to load the db, read records, write records...and load all records.


Thanks

Brian G.
ASKER CERTIFIED SOLUTION
Avatar of jrspano
jrspano
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,
here a simple but complete access DB tutorial. You can find also some code samples (create DB, extract records, do SQL queries ...)http://161.58.186.98/databases/dbtutorial/

cheers Marco