What Is MSADODC OCX?

The MSADODC.OCX file is a part of the Visual Basic programming language. The file is a control for a database connection. You use the ADO connection to connect to a Microsoft Access database, and the control's function and properties are contained in MSADODC.OCX.

  1. Function

    • The Visual Basic control makes a connection to the database using the Access file name and the username and password used to access the file. It also lets you query the database and return data to your application.

    Features

    • Several feature properties are contained in the ADO database control. The connection property has the username and password. The recordset property contains the data retrieved from the database. The command property is the database query used to retrieve table information. Each property is shown in the Property window in the Visual Basic editor.

    Considerations

    • When using the ADO control, the computer on which the Visual Basic application runs must must have the ADO file installed. The file is included with the Visual Basic application when you compile and distribute your software.

Related Searches:

References

Comments

You May Also Like

  • What Is OCX?

    A file extension is the series of characters that follows the period (".") in a file name. OCX is an example of...

  • What Is Snapview OCX?

    Snapview.ocx (Microsoft Snapshot Viewer Control) is a component of the Microsoft Office software. The size of the 11.0.0 version of snapview.ocx is...

  • What Is an OCX File?

    An OCX file is an ActiveX control used by the Microsoft OLE (Object Linking and Embedding). OCX files are also called "ActiveX...

  • How to Convert OCX

    The ActiveX framework in Windows operating systems uses OCX files for Object Linking and Embedding (OLE) Control. OCX can easily be infected...

  • How to Edit an OCX File

    OCX files are developer files that are mainly associated with ActiveX Controls, which are "small programs sometimes also called 'add-ons,' that are...

  • Visual Basic Database Tutorial

    When programming in Visual Basic (VB), it's important to understand how to connect and query a database server. Database servers are the...

  • Visual Basic Property Bag Tutorial

    The PropertyBag is a Visual Basic 6.0 object used to hold data keys and values similar to a hash table. There are...

  • How to Add an OCX to Access 2007

    An OCX file is an ActiveX control you add to software such as Microsoft Access. Adding an OCX file to Access gives...

  • What Is OCX in Visual Basic?

    The "OCX" designation is the extension for a file representing a software component known as ActiveX controls. Much like how Microsoft Word...

  • How to Create OCX in Visual Basic .NET

    Microsoft Visual Basic .NET provides you with the ability to create ActiveX controls. ActiveX controls provide custom controls for your users. You...

Related Ads

Featured