Try OpenEdge Now
skip to main content
Managed Adapters Guide
Database Managed Adapter : Working with the Database Adapter : Using the Expert mode : Database Adapter configuration file
 
Database Adapter configuration file
An example of the generated configurator file is shown here:
<configform>
    <block title="variables" desc="Database Adapter in and out variables"
            hidden="false">
        <param name="var1" type="java.lang.String" value="" access="I"
            description=""/>
        <param name="var2" type="java.lang.Integer" value="" access="O"
            description=""/>
        <param name="var3" type="java.lang.Double" value="" access="IO"
            description=""/>
        <param name="var4" type="java.lang.Object" value=""
            access="HIDDEN" description=""/>
    </block>
    <block title="statements" desc="SQL Statement related info"
            hidden="true">
        <param name="sql.count" type="java.lang.Integer" value=""
            access="" description=""/>
        <param name="sql1.name" type="java.lang.String" value=""
            access="" description=""/>
        <param name="sql1.db" type="java.lang.String" value="" access=""
            description=""/>
    <param name="sql1.type" type="java.langString" value=""
            access="" description=""/>
    <param name="sql1.sql" type="java.lang.String" value=""
            access="" description=""/>
    <param name="sql1.in.count" type="java.lang.Integer" value=""
            access="" description=""/>
    <param name="sql1.in1.type" type="java.lang.String"
            value="Integer" access="" description=""/>
    <param name="sql1.in2.var" type="java.lang.String" value="var2"
            access="" description=""/>
    <param name="sql1.out.count" type="java.lang.Integer" value=""
            access="" description=""/>
    <param name="sql1.out1.name" type="java.lang.String"
            value="EmpName" access="" description=""/>
    <param name="sql1.out1.type" type="java.lang.String"
            value="VARCHAR" access="" description=""/>
    <param name="sql1.out1.var" type="java.lang.String"
            value="var3" access="" description=""/>
    </block>
</configform>