Oracle 5.0 Reference Manual page 1775

Table of Contents

Advertisement

Note
The SSL configuration parameters can also be automatically loaded from a
my.ini
The
argument is used to tell Connector/ODBC that the client is not 100% ODBC-compliant.
option
On Windows, you normally select options by toggling the check boxes in the connection screen, but
you can also select them in the
they appear in the Connector/ODBC connect screen.
Table 20.4. Connector/ODBC Option Flags
Flag Name
FLAG_FIELD_LENGTH
FLAG_FOUND_ROWS
FLAG_DEBUG
FLAG_BIG_PACKETS
FLAG_NO_PROMPT
FLAG_DYNAMIC_CURSOR
FLAG_NO_SCHEMA
FLAG_NO_DEFAULT_CURSOR
FLAG_NO_LOCALE
FLAG_PAD_SPACE
FLAG_FULL_COLUMN_NAMES
FLAG_COMPRESSED_PROTO
FLAG_IGNORE_SPACE
Configuring Connector/ODBC
or
file. See
Section 4.2.3.3, "Using Option
my.cnf
argument. The following options are listed in the order in which
option
GUI Option
Do not Optimize
Column Width
Return Matching
Rows
Trace Driver Calls
To myodbc.log
Allow Big Results
Do not Prompt
Upon Connect
Enable Dynamic
Cursor
Ignore # in Table
Name
User Manager
Cursors
Do not Use Set
Locale
Pad Char To Full
Length
Return Table
Names for
SQLDescribeCol
Use Compressed
Protocol
Ignore Space After
Function Names
1755
Files".
Constant
Description
Value
The client cannot handle that
Connector/ODBC returns the real
width of a column. This option
was removed in 3.51.18.
2
The client cannot handle that
MySQL returns the true value
of affected rows. If this flag is
set, MySQL returns "found rows"
instead. You must have MySQL
3.21.14 or newer for this to work.
Make a debug log in
\myodbc.log
or
/tmp/myodbc.log
Unix variants. This option was
removed in Connector/ODBC
3.51.18.
8
Do not set any packet limit for
results and bind parameters.
Without this option, parameter
binding will be truncated to 255
characters.
16
Do not prompt for questions even
if driver would like to prompt.
32
Enable or disable the dynamic
cursor support.
64
Ignore use of database name in
db_name.tbl_name.col_name.
128
Force use of ODBC manager
cursors (experimental).
256
Disable the use of extended
fetch (experimental).
512
Pad
CHAR
length.
1024
SQLDescribeCol()
fully qualified column names.
2048
Use the compressed client/
server protocol.
4096
Tell server to ignore space after
function name and before "("
C:
on Windows,
on
columns to full column
returns

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents