2 Replies - 414 Views - Last Post: 06 August 2012 - 07:38 AM Rate Topic: -----

#1 Shivam20292  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 04-August 12

Database connectivity of VB 6.0

Posted 04 August 2012 - 12:19 AM

I want to connect my access 2003 database. how it is possible with data environment & without including adodb component?
Is This A Good Question/Topic? 0
  • +

Replies To: Database connectivity of VB 6.0

#2 Atli  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 3053
  • View blog
  • Posts: 4,575
  • Joined: 08-June 10

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.
Was This Post Helpful? 0
  • +
  • -

#3 BobRodes  Icon User is offline

  • Your Friendly Local Curmudgeon
  • member icon

Reputation: 551
  • View blog
  • Posts: 2,911
  • Joined: 19-May 09

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.

This post has been edited by BobRodes: 06 August 2012 - 07:40 AM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1