Additional ODBC SQL Server Driver Information
When connected to Microsoft SQL Server 6.5:
-
The USER keyword is part of the supported ODBC SQL grammar.
-
Static server side cursors can be used on ODBC catalog functions.
-
The DEFAULT keyword is supported in canonical procedure invocations. Use the DEFAULT keyword to specify a default procedure parameter.
-
Default procedure parameters can be used anywhere. When connected to SQL Server version 6.0 or earlier, all default procedure parameters must be after all non-default procedure parameters.
-
Canonical procedure invocations that include a NULL literal parameter are executed as an RPC request. When connected to SQL Server version 6.0 or earlier, the request is issued as a language event.
-
SQLTablePrivileges supports search patterns for the table owner and table name parameters. (All servers.)
-
SQLTablePrivileges and SQLColumnPrivileges return information in the GRANTOR column of the results set to reflect grants that are used with the WITH GRANT clause.
-
The following ODBC catalog functions can be called inside a transaction:
SQLColumnPrivileges |
SQLStatistics |
SQLForeignKeys |
SQLTablePrivileges |
SQLPrimaryKeys |
|
When connected to SQL Server 6.0 and later, bookmarks are supported for Static and Keyset cursors.