Possible values: oldStyle, withPrefix ,noPrefix
Default value: oldStyle
File: dbVendorConf.xml file
Context: Drivers
Fix problem with some JDBC compilant drivers (msjdbc) that use order relevant column sequence in returned ResultSet.
To avoid this problem DODS now use SQL SELECT statements with explicit column names.
oldStyle - DODS don't use explicit column names in SQL SELECT statements (default).
withPrefix - DODS explicit use column names with table name as prefix (in SQL SELECT statements).
noPrefix - DODS explicit use column names with no prefix (in SQL SELECT statements).