UseCursorName

Possible values: true and false.

Default value: true.

File: configuration file.

Context: DatabaseManager, Database.

When turned on, allows DODS to use named cursors, this is default value. Some jdbc compliant drivers, like Microsoft JDBC driver (msjdbc), don't implement this feature and need to disable it (set parameter to false) to avoid runtime Exceptions.

Note

"UseCursorName"

This parameter can also be set in dbVendorConf.xml file see section UseCursorName in Chapter "Database Vendor and Driver Specific Parameters".