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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HI I really need to make a few dat

Status
Not open for further replies.

Sherly25

Programmer
Jun 2, 2003
15
US
HI
I really need to make a few databases available to my co-workers, but none of them have Microsoft Access. I have a book here that teaches you how to do this but it uses MS Access 97 and I have 2000 on my PC. The problem is that Visual(6.0, Pro) doesn't recognize my database as a valid one and gives me an error. So my question is:
Does anyone have any idea how I can display and edit an Access(2000) Database using Visual Basic 6.0 Professional? (on a computer with no MS Access software?)If you do or have any sugestions please let me know...Thanks.
 
You have asked similar questions under these threads.

thread222-568389
thread709-571265
thread181-571354

Update your VB6 to Service Pack 5 (download from the MS site). Then you will have the needed updates/JET version and DataControl to open an ACCESS 2000 mdb either with DAO 3.6 (change the reference under PROJECT|REFERENCES, the DataControl, or ADO (for ADO add a reference to ADO 2.5 or higher), or add the OLEDB DataControl under PROJECT|COMPONENTS.
 
Thanks...Sorry this problem is just been bugging me because I can't solve it :( But I downloaded the pack and I want now I'm going to see if I can make this thing work for me.. :)

Thanks..
And I'm sorry..
GAF
 
Sherly25
For posting guidelines see faq222-2244
[smile]


________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top