Description
The OLE DB database interface has been enhanced to provide support for ANSI outer join SQL syntax generation and one additional database parameter.
Usage
Support for ANSI SQL-92 outer join syntax generation The OLE DB interface can now generate ANSI SQL-92 outer join SQL syntax when you create a new DataWindow. For more information, see Support for ANSI outer join SQL syntax generation.
StaticBind This DBParm allows you to skip getting a result set description to validate a SELECT statement against the database server before retrieving the data. This means the retrieval should be faster, especially when you are accessing the database over a network. (This feature is called describeless retrieval.)
For more information
See the DBParm description in the online Help for:
OJSyntax StaticBind
For information about new DBParms, select the What's New button on the Help window and select New DBParms.
|