answersLogoWhite

0

What is ADO?

User Avatar

Anonymous

16y ago
Updated: 12/24/2022

Ado means "a fuss," referring to the havoc ensuing from Don John's scheme. Alternately, it can just mean "busy activity," as often occurs about the return of Don Pedro and that of the weddings.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What does the name ado mean?

aditity definition observe


How many times is ado while loop guaranteed for a loop?

one or more


What is the function of adodc?

Visual Basic is probably the most popular language in which to develop applications for ADO...Because ActiveX Data Objects expose their properties by means of COM interfaces, they can be accessed by any language that can utilize COM...


Is internet programming really different from other programming paradigms.If yes How. As of today which different platforms are popularly used for Internet Programming. Compare them?

Internet programming is something totally different from other programming paradigms. I have a little programming experience with C and C++. And I have a good experience with HTML,CSS,PHP and SQL. All web pages consist of HTML tags. In fact the HTML tags represent the page. HTML programming is much easier than C/C++. And no matter what programming languages or frameworks (PHP,ADO,ASP .NET(C#,VB),SQL) we use they are embedded in HTML code while programming web applications. But this is not the case with computer programming. In fact web programming is much much easier than computer programming. it is enjoyable as well!!! But if you program webpages with Flash and ActionScript the webpages get totally different. At first you need to create a SWF file via Flash and ActionScript and then embed it in your web page via HTML.


How connect database ie ms access with C plus plus?

There are many different ways to connect a database (or DBMS) with C++, but database connectivity is not actually part of the C++ language itself. This aspect is handled by 3rd party data access components or classes. You specifically mentioned MS Access, so you'll want to specifically look at the Microsoft Data Access Components (MDAC), Data Access Objects (DAO), OLE DB, ActiveX Data Objects (ADO), Open Database Connectivity (ODBC), Microsoft Joint Engine Technology (JET) and Microsoft Access Engine (ACE Engine), to name but a few of the possibilities available. Consult your IDE documentation to see what's available and consult your DBMS documentation for connectivity options. With so many options, connecting to the DBMS is actually the easy part (you simply have to decide which method is most appropriate to you). But a good understanding of SQL is required to make any use of that connectivity.