Siebel COM Data Control VS JDB
The following example includes a connect string for COM Data Control that operates in Local Mode:
'COM Data Control : LOCAL Mode
lstr = "cfg=" + """C:\Siebel\8.1\Client_2\BIN\ENU\siebel.cfg,ServerDataSrc"""
'Format of the connect string is
'"cfg=" + """Absolute path of the CFG file, DataSource"""
'Datasource = ServerDataSrc or Local or Sample
lng = "lang=" + """ENU"""
retval = siebDataCtl.Login(lng + lstr, "username", "password")
Question:Is there any similar Options or workaround available for JDB for testing in Local Mode.
Regards,
Stephen.