Oracle Table

Parameter

Value

connectionString

the encrypted connection string. See ".NET Framework Data Provider for Oracle" section on https://www.connectionstrings.com/oracle/ for a sample.

table

the name of the table, e.g. dbo.employees

idColumn

the unique id column of the oracle table

idColumnDataType

the data type of the above id column

<OracleDataSource 
    table="dbo.employees" 
    connectionString="DDE1MhWuA0xYbwFvSnu1fEZ2uD2GpsMRdw9DMV/kmMAfLUdkhkdzrD0Ikk/9dd114wRu9VKrVPSztrcIcSyz2UEFRRANfocc8KJEQXfKDuU=">
        <Schema>
            <Column name="" ordinal="" dataType="" maxLength="" isMandatory="" validateData="" trimWhitespace="" description=""/>
            ...
        </Schema>
        <Filter/>
</OracleDataSource>

Last updated