• CData ODBC Driver for MarkLogic
    • Getting Started
      • Windows DSN Configuration
      • macOS DSN Configuration
        • Using the iODBC Driver Manager
        • Configuring JNI
      • Linux DSN Configuration
        • Using unixODBC
        • Using the DataDirect Driver Manager
        • Configuring JNI
      • Picking the right API
      • Changelog
    • Using ODBC
      • Supported Functions
      • Supported Data Types
      • From C/C++
        • Connecting
        • Querying Data
        • Parameterized Statements
        • Executing Stored Procedures
        • Discovering Schemas
      • From Go
        • Dependencies
        • Connecting
        • Querying Data
        • Parameterized Statements
        • Executing Stored Procedures
        • Discovering Schemas
      • From Node.js
        • Dependencies
        • Connecting
        • Querying Data
        • Parameterized Statements
        • Executing Stored Procedures
        • Discovering Schemas
      • From PHP
        • Dependencies
        • Connecting
        • Querying Data
        • Parameterized Statements
        • Executing Stored Procedures
        • Discovering Schemas
      • From Python
        • Dependencies
        • Connecting
        • Querying Data
        • Parameterized Statements
        • Executing Stored Procedures
        • Discovering Schemas
      • From R
        • Dependencies
        • Connecting
        • Querying Data
        • Parameterized Statements
        • Executing Stored Procedures
        • Discovering Schemas
    • Using from Tools
      • From Excel
      • From PowerPivot
      • From Access
      • From FileMaker Pro
      • From OBIEE
      • From Informatica
      • From SAS
    • Using Linked Server via SQL Gateway
      • SQL Gateway
        • Services
        • Users
        • Status
        • Tunneling
        • Other
      • Linked Server
        • Create a Linked Server
        • Metadata Discovery
        • Executing Queries
      • MySQL Remoting
        • Connect from MySQL Workbench
        • Metadata Discovery
        • Executing Queries
    • Advanced Features
      • User Defined Views
      • SSL Configuration
      • Firewall and Proxy
      • Caching Data
        • Configuring the Cache Connection
        • Caching Metadata
        • Automatically Caching Data
        • Explicitly Caching Data
        • Data Type Mapping
      • Query Processing
      • Logging
    • SQL Compliance
      • SELECT Statements
        • Aggregate Functions
        • JOIN Queries
        • Date Literal Functions
        • Projection Functions
        • Predicate Functions
      • SELECT INTO Statements
      • SQL Functions
        • STRING Functions
        • DATE Functions
        • MATH Functions
      • CACHE Statements
      • EXECUTE Statements
      • PIVOT and UNPIVOT
    • Data Model
      • System Tables
        • sys_catalogs
        • sys_schemas
        • sys_tables
        • sys_tablecolumns
        • sys_procedures
        • sys_procedureparameters
        • sys_keycolumns
        • sys_foreignkeys
        • sys_primarykeys
        • sys_indexes
        • sys_connection_props
        • sys_sqlinfo
        • sys_identity
    • Connection Properties
      • Authentication
        • User
        • Password
        • Server
        • Port
        • Database
        • API
        • UseSSL
      • SSL
        • SSLClientCert
        • SSLClientCertType
        • SSLClientCertPassword
        • SSLClientCertSubject
        • SSLServerCert
      • Firewall
        • FirewallType
        • FirewallServer
        • FirewallPort
        • FirewallUser
        • FirewallPassword
      • Proxy
        • ProxyAutoDetect
        • ProxyServer
        • ProxyPort
        • ProxyAuthScheme
        • ProxyUser
        • ProxyPassword
        • ProxySSLType
        • ProxyExceptions
      • Logging
        • Logfile
        • Verbosity
        • LogModules
        • MaxLogFileSize
        • MaxLogFileCount
      • Schema
        • Location
        • BrowsableSchemas
        • Tables
        • Views
      • Caching
        • AutoCache
        • CacheProvider
        • CacheDriver
        • CacheConnection
        • CacheLocation
        • CacheTolerance
        • Offline
        • CacheMetadata
      • Miscellaneous
        • BatchSize
        • DefaultDomain
        • EnableForeignKeyDetection
        • IncludeDualTable
        • LimitKeySize
        • MapBigintToVarchar
        • MapToInt
        • MapToLongVarchar
        • MapToWVarchar
        • MaximumColumnSize
        • MaxRows
        • Other
        • Pagesize
        • PseudoColumns
        • RTK
        • Timeout
        • UpperCaseIdentifiers
        • UserDefinedViews
    • License