Wrox Programmer Forums
|
Pro VB Databases Advanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 15th, 2006, 12:46 AM
Registered User
 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Rahul_Burgute Send a message via Yahoo to Rahul_Burgute
Default odbc, ado ,dao

Hi

1)please tell me what is odbc ? why it is required ?

2) Differentiate between ADO,DAO,RDO, and which should i use for oracle vb connectivity for handling large database efficiently ?

3) what is oledb ?

4) what is dsn less and dsn connetion ?
   which of them is better ?

5) what is oledb ?


 ok BYE PLEASE HELP ME .
 
Old April 16th, 2006, 08:51 AM
Authorized User
 
Join Date: Mar 2006
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to Raghunathan
Default

ODBC - Open Database Connectivity
It is a set of API Function that is required to connect to Databases that uses Structured Querying Language(SQL).

ADO - ActiveX Data Objects. It is a set Clasess and Objects bases on COM Technology that can connect to any SQL and non-SQL Based databases(like Excel, XML, CSV files also)

ADO is the best and performance oriented way for connecting database
DAO and RDO are nearly Obsolete

OLEDB is a set of Providers that helps us to connect to SQL and non SQL Based databases. ADO Uses OLE-DB Providers to connect to the database

Hope this info would help u.

Regards,
Raghu
 
Old November 17th, 2006, 06:21 PM
Registered User
 
Join Date: Nov 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Is ADO proven to be faster performance wise than DAO when accessing an Oracle DB?

 
Old November 20th, 2006, 05:44 PM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

The performance difference is small, and one technology is a little better at this, the other a little better at that, and so on.

ADO is the technology that Microsoft seems to be sticking with, since there is now ADO.NET out. Best to stick with technology that has at least a little life expectancy...





Similar Threads
Thread Thread Starter Forum Replies Last Post
ADO or DAO knowledge76 Access VBA 3 October 12th, 2015 04:26 PM
DAO vs. ADO SerranoG Access VBA 11 December 5th, 2006 01:19 PM
Dao to Ado vrtviral Access VBA 5 February 19th, 2005 11:13 AM
ADO vs DAO perrymans BOOK: Expert One-on-One Access Application Development 0 October 24th, 2004 11:36 PM
DAO / ADO? merguvan Access VBA 8 January 18th, 2004 07:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.