Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Sources 1

Status
Not open for further replies.

FredGarvin

Mechanical
Joined
Oct 10, 2001
Messages
221
Location
US
I'm new to VB. I'm teaching myself how to program. The question I have revolves around data sources. I have quite a few books I am working from and they all use Access databases for their data sources. I want to make apps. that utilize a lot of tabulated data but I don't own Access. I would like to know if people use other items like Excel or just plain old text files and if so, what's the basic idea behind it. Any suggestions on books, web sites or notes would be greatly appreciated.
 
You do not need to own Access to use MDB files in VB. VB includes the Jet engine and you can create and maintain Jet databases without Access. You can also link into other formats including text files.
You could also create your own 'database' but why bother when you have all that functionality available?
 
OK. I wasn't quite sure if you had to have the app. loaded on your particular machine to have that functionality. I guess that'll be the way to go then.

Thanks!
 
If you are teaching yourself VB, a book you might find helpful is:

Mastering Visual Basic 6 By Evangelos Petroutsos (released by SYBEX)

It explains most things you'll need to know about VB6 and provides a lot of example code to help.

I found it very helpful when i was starting out.

Cheers,

HOJO.
 
Thanks for the tip. I'll see if I can't track it down.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top