ODBC 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

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

Last updated