Oracle 5.0 Reference Manual page 1776

Table of Contents

Advertisement

Flag Name
FLAG_NAMED_PIPE
FLAG_NO_BIGINT
FLAG_NO_CATALOG
FLAG_USE_MYCNF
FLAG_SAFE
FLAG_NO_TRANSACTIONS
FLAG_LOG_QUERY
FLAG_NO_CACHE
FLAG_FORWARD_CURSOR
FLAG_AUTO_RECONNECT
Configuring Connector/ODBC
GUI Option
Force Use of
Named Pipes
Change BIGINT
Columns to Int
No Catalog
Read Options From
my.cnf
Safe
Disable
transactions
Save queries to
myodbc.sql
Do not Cache
Result (forward only
cursors)
Force Use Of
Forward Only
Cursors
Enable auto-
reconnect.
1756
Constant
Description
Value
(needed by PowerBuilder).
This makes all function names
keywords.
8192
Connect with named pipes to a
server running on NT.
mysqld
16384
Change
BIGINT
columns (some applications
INT
cannot handle BIGINT).
32768
Forces results from the catalog
functions, such as SQLTables,
to always return
driver to report that catalogs are
not supported.
65536
Read parameters from the
[client]
from my.cnf.
131072
Add some extra safety checks.
262144
Disable transactions.
524288
Enable query logging to
c:\myodbc.sql(/tmp/
myodbc.sql) file. (Enabled only
in debug mode.)
1048576
Do not cache the results
locally in the driver,
instead read from server
(mysql_use_result()).
This works only for forward-
only cursors. This option is very
important in dealing with large
tables when you do not want the
driver to cache the entire result
set.
2097152
Force the use of
cursor type. In case of
only
applications setting the default
static/dynamic cursor type, and
one wants the driver to use
noncache result sets, then this
option ensures the forward-only
cursor behavior.
4194304
Enables auto-reconnection
functionality. Do not use this
option with transactions, since
an auto-reconnection during
a incomplete transaction may
cause corruption. Note that an
auto-reconnected connection
will not inherit the same settings
and environment as the original.
Added in 3.51.13.
columns to
and the
NULL
and
groups
[odbc]
Forward-

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents