AdoObject:AsVoComObject()

<< Click to Display Table of Contents >>

Navigation:  Support Classes > AdoObject Class >

AdoObject:AsVoComObject()

Previous pageReturn to chapter overviewNext page

Purpose

Returns an  VOCOM that matches the ADO Object

 

Prototype

METHOD AsVoComObject AS OBJECT PASCAL CLASS AdoObject

 

 

Note

 

This will only work if the VOCOM library is 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, AsOleAutoObject()