ADO for Visual C++ Syntax Index with #import
This index is a cross-reference to the ADO Language Reference based on Microsoft Visual C++ and the #import directive.
This particular index was derived by compiling a program with the #import directive against the ADO .dll, then reformatting the *.tlh file that was generated. Only information about methods, properties, and events was preserved. The alternative syntax declared for each property is listed by the corresponding "__declspec(property...)
" directive.
You are strongly encouraged to read Visual C++ ADO Programming for more information.
Method and property syntax in Visual C++ with the #import directive is listed for the following elements:
- ADO Collections
- Command Object
- Connection Object
- Error Object
- Field Object
- Parameter Object
- Property object
- Record Object
- Recordset Object
- Stream Object
- Connection Events
- Recordset Events
See Also
ADO for Visual C++ Syntax Index for COM