|
-
July 19th, 2003, 01:24 PM
#1
Hi, I am new.
what is ADO ?
and what is so special about ADO ?
-
July 22nd, 2003, 09:51 PM
#2
Hi
well to understand ADO, I think you have to understand first a little bit of Ole Db.OleBb is a set of COM interfaces that provide the funtionality to access data from diverse sources no matter where it is located.But because the ole db interfaces get a little bit involved , Microsoft Designed ADO(ActiveX Data object)wich is an easy to use API built on top of Oledb. In fact,ADO abstracts the OleDb Interfaces. So as a programmer, all you need to do is focus on the task at hand rather than the complexity of OleDb.
If you have any other question about my answer feel free to ask me !
-
July 23rd, 2003, 01:07 PM
#3
thanx, only want to know.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|