AdoDriverSelect() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoDriverSelect() Function

Previous pageReturn to chapter overviewNext page

Purpose

Select an ADO Connection using the Driver Select dialog

 

Prototype

FUNCTION AdoDriverSelect  ( oOwner AS OBJECT )  AS AdoConnection

 

 

Argument(s)

oOwner        Window that owns the Driver select dialog

 

 

Return

OBJECT        Connection Object that is the result of the DriverSelect or NULL_OBJECT if no Connection was selected

 

See Also

Support Functions