lsxECLOIA

This is the lsxECLOIA object contained within this lsxECLSession object. Refer to lsxECLOIA Class for a list of the properties and methods of this object. The following example shows this object.

' Connect to connection A
dim mySessObj as new lsxECLSession("A")
 
' Check whether we have DBCS on this connection by querying
' the contained lsxECLOIA object.
if mySessObj.lsxECLOIA.DBCS then
  call dbcs_enabled