I want to connect my access 2003 database. how it is possible with data environment & without including adodb component?
Database connectivity of VB 6.0
Page 1 of 12 Replies - 414 Views - Last Post: 06 August 2012 - 07:38 AM
Replies To: Database connectivity of VB 6.0
#2
Re: Database connectivity of VB 6.0
Posted 04 August 2012 - 12:26 AM
Moved to the VB6 help forum. Please don't post questions in the Tutorials sections.
#3
Re: Database connectivity of VB 6.0
Posted 06 August 2012 - 07:38 AM
Don't use the data environment. Use ADO objects: connection, recordset, and command. When you say "ADODB component" I assume you mean the ADO Data Control, rather than the ADO Object Library. However, if not, you should know that the data environment uses the ADO Object Library itself, so the answer is that you can't.
Best way to do what you want is the ADO objects.
Best way to do what you want is the ADO objects.
This post has been edited by BobRodes: 06 August 2012 - 07:40 AM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote





|