<< Click to Display Table of Contents >> AdoDriverEdit() Function |
![]() ![]() ![]() |
Edit an ADO Connection using the Driver Select dialog
FUNCTION AdoDriverEdit ( oOwner AS OBJECT, oConn AS AdoConnection )
oOwner Window that owns the Driver select dialog
oConn Connection that needs to be edited
OBJECT Connection Object that is the result of the DriverEdit or NULL_OBJECT if no Connection was selected
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.