<< Click to Display Table of Contents >>

Purpose

Returns an  OleAutoObject that matches the ADO Object

 

Prototype

METHOD AsOleAutoObject AS OBJECT PASCAL CLASS AdoObject

 

 

Note

 

This will only work if the OleClasses are linked into the application

If you call this method for the AdoRecordSet Class, you will have to manually close the recordset when needed. This will set the CloseOnAxit property to FALSE

 

 

See Also

AdoObject, AsVoComObject()