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.
-
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.
-