Package com.microstrategy.web.objects
Interface EnumWebODBCVersion
-
public interface EnumWebODBCVersion
This enumeration specifies the version of the ODBC commands to be used in making the WH connection- Since:
- MicroStrategy Web 9.0.1
-
-
Field Detail
-
version2x
static final int version2x
Specifies ODBC version 2.x- See Also:
- Constant Field Values
-
version3x
static final int version3x
Specifies ODBC version 3.x- See Also:
- Constant Field Values
-
-