can we connect VB 6 wtih databases in Ms Office Access 2003?

Thread Solved

Join Date: May 2005
Posts: 3
Reputation: an_nurif83 is an unknown quantity at this point 
Solved Threads: 0
an_nurif83 an_nurif83 is offline Offline
Newbie Poster

can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #1
Jun 8th, 2005
ai..
i have try alot of times connecting the database in Ms Office Access 2003 with VB 6. bUT there is error when i try to connect between "record source" in vb with data that i save.Can anyone help me and give me some advise,references or way to solve this prob.Plz..I reallly appreciate.Thanx
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #2
Jun 9th, 2005
Here is a fantastic tutorial covering the use of ADO with Visual Basic.... This should help quite a bit:
http://www.timesheetsmts.com/adotutorial.htm
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 4
Reputation: hatem is an unknown quantity at this point 
Solved Threads: 1
hatem hatem is offline Offline
Newbie Poster

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #3
Jun 13th, 2005
hello there,
as far as i know vb6 can only manage access 97 file formats.
so if you wanna get access to your database you should convert it into access 97 file format.
to do that go to Tools >> Database Utilities >> Convert Database >> To Access 97 file Format .after that you will not be able to modify your database.
i am not sure if you have already done that , but i hope this helps.
hatem..
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 508
Reputation: techniner is an unknown quantity at this point 
Solved Threads: 19
techniner techniner is offline Offline
Posting Pro

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #4
Jun 13th, 2005
Ok First off:

http://www.microsoft.com/downloads/d...displaylang=en


Second..
Add these librarys in your project
Microsoft Activex Data Objects Recordset 2.7 Library
Microsoft Activex Data Objects 2.7

And finally..

http://support.microsoft.com/default...b;en-us;238401
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 1
Reputation: thomas49th is an unknown quantity at this point 
Solved Threads: 1
thomas49th thomas49th is offline Offline
Newbie Poster

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #5
Jun 14th, 2005
You HAVE to convert the database file to a 97 format. Vb6 was written when office 97 was out so they only desgined it to be compatible with 97 format. When you convert you canoot edit the file. You'll have to edit it in 2003 then convert it again. Best to use the visual data tool in vb or get a copy of office 97.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 508
Reputation: techniner is an unknown quantity at this point 
Solved Threads: 19
techniner techniner is offline Offline
Posting Pro

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #6
Jun 14th, 2005
Why not just do this in sql?
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 121
Reputation: jwshepherd is an unknown quantity at this point 
Solved Threads: 5
jwshepherd's Avatar
jwshepherd jwshepherd is offline Offline
Junior Poster

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #7
Jun 16th, 2005
Service pack 6 would fix this problem and add the libraries techniner said. You do not need to change the format to 97. The access 2003 default database is created as an access 2000 database anyway.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 508
Reputation: techniner is an unknown quantity at this point 
Solved Threads: 19
techniner techniner is offline Offline
Posting Pro

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #8
Jun 17th, 2005
I rest my case.... :cheesy:
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 4
Reputation: Faik is an unknown quantity at this point 
Solved Threads: 1
Faik Faik is offline Offline
Newbie Poster

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #9
Oct 29th, 2006
I hope this is not too late.
VB6 (and even VB5) can work with Access 2000 and 2003 databases using either ADO or DAO object. For ADO, just specify Jet 4.0 as a prvider:
Visual Basic 4 / 5 / 6 Syntax (Toggle Plain Text)
  1. Provider = Microsoft.Jet.OLEDB.4.0;
With DAO it is something different. VB5 and VB6 use MS Jet 3.5 and DAO 3.51, and for Access 2003 and 2000 you need DAO 3.6 and MS Jet 4.0.
So, if you do not have MS Jet 4.0 installed on your computer, you should download it form http://support.microsoft.com/?kbid=829558

Then in your VB project open menu Project->References
Then turn off the Microsoft DAO 3.51 Object Library (if checked) and
Check (turn on) the Microsoft DAO 3.6 Object Library.

And that's all. Now your project will work with Access 2000 and 2003 databases using DAO object.

I hope this helps.

BR,
Faik
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: can we connect VB 6 wtih databases in Ms Office Access 2003?

 
0
  #10
Oct 29th, 2006
Yup. VB6 has also the ability to use the "createobject" function for late binding of objects. Which basically means, that any program (including office 2k / 2003) that has a public base class IS ACCESSIBLE from vb6.....
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC