Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
What is ADO in VB6 ..?
Name: gardenair Date: October 15, 2003 at 20:51:14 Pacific OS: win98 CPU/Ram: 900
Comment:
Can u please explain what is ADO in Visual Basic6 & what is its functionality. Thanks
Name: Dipankar Basu Date: October 15, 2003 at 23:40:17 Pacific
Reply:
ActiveX Data Objects (ADO) enable your client applications to access and manipulate data from a variety of sources through an OLE DB provider. Its primary benefits are ease of use, high speed, low memory overhead, and a small disk footprint. ADO supports key features for building client/server and Web-based applications. For more information please visit the link http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/adostartpage1.asp Hope this proves useful
Summary: Iam using a database application i.e ADO in vb6. In backend iam using MS Access . The problem is when i press the save button to save my data in the database vb6 shows a error In module i make a DS...
Summary: I see that the answer is in C++, I am familiar with classes in C++; However unfamiliar with the way it is implemented in VB6 and it's interaction with other derived class. We have not discussed this ...