Interface EnumDSSXMLDBConnectionDriverMode


  • public interface EnumDSSXMLDBConnectionDriverMode
    Enumeration used to specify the DB API the connection should use.
    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • DssDBConnectionDriverReserved

        static final int DssDBConnectionDriverReserved
        Not Used
        See Also:
        Constant Field Values
      • DssDBConnectionDriverODBC

        static final int DssDBConnectionDriverODBC
        Specifies that the DB API should be ODBC
        See Also:
        Constant Field Values
      • DssDBConnectionDriverNativeDBAPI

        static final int DssDBConnectionDriverNativeDBAPI
        Specifies that the DB API should be the Native DB API
        See Also:
        Constant Field Values