what is ADO ?
and what is so special about ADO ?
Printable View
what is ADO ?
and what is so special about ADO ?
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 !
thanx, only want to know.