Oracle Table

Parameter

Value

connectionString

the encrypted connection string. See ".NET Framework Data Provider for ODBC" section on https://www.connectionstrings.com/microsoft-sql-server-odbc-driver/ for a sample.

object

the name of the corresponding object, e.g. dbo.employees

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

Last updated