AdoDriverEdit() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoDriverEdit() Function

Previous pageReturn to chapter overviewNext page

Purpose

Edit an ADO Connection using the Driver Select dialog

 

Prototype

FUNCTION AdoDriverEdit  ( oOwner AS OBJECT, oConn AS AdoConnection )  

 

Argument(s)

oOwner        Window that owns the Driver select dialog

oConn        Connection that needs to be edited

 

 

Return

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

 

Description

Please note that you must have set the 'Persist Security Info' property of the Connection to TRUE to be able to re-log on to the server again.

 

See Also

Support Functions