com.microstrategy.web.objects.EnumWebODBCVersion |
Class Overview
This enumeration specifies the version of the ODBC commands to be used in making
the WH connection
Summary
Constants |
int |
version2x |
Specifies ODBC version 2.x |
int |
version3x |
Specifies ODBC version 3.x |
Constants
public
static
final
int
version2x
Specifies ODBC version 2.x
Constant Value:
20
(0x00000014)
public
static
final
int
version3x
Specifies ODBC version 3.x
Constant Value:
35
(0x00000023)