Hi,
there is a way to create a dynamic JCO.Client?
I have this code:
JCO.Client jcoclient = JCO.createClient( "data", "data", "password", "it", "10.140.5.122", "12"); jcoclient.connect();
I want to get dynamically from the system the parameters for method "createClient". It's possible??There is a way??
THANS