|
|
|
|
|
<Connection variable>.ListParameter (Function) In french: <Variable Connexion>.ListeParamètre Returns the list of parameters saved from the stored procedures on the server. Remark: Parameters are saved per database in the "user_param.fic" file.
MaConnexion is Connection
MaListe is string
MaListe = MaConnexion.ListParameter()
Finding out the list of parameters saved on the server (from the Client computer) Hide the details
<Result> = <Connection>.ListParameter()
<Result>: Character string List of parameter names separated by CR characters (Carriage Return). <Connection>: Connection variable Name of the Connection variable that describes the connection to use.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|