Exemple

L'exemple suivant montre comment définir la connexion pour un objet autECLPS nouvellement créé à l'aide du nom de connexion.

DIM autECLPSObj as Object DIM NumRows as Long Set autECLPSObj = CreateObject("ZIEWin.autECLPS") ' Initialize the connection autECLPSObj.SetConnectionByName("A") ' For example, get the number of rows in the PS NumRows = autECLPSObj.NumRows