Oracle 5.0 Reference Manual page 1833

Table of Contents

Advertisement

The
error indicates that a general timeout has occurred within the ODBC system and is not a
S1T00
MySQL error. Typically it indicates that the connection you are using is stale, the server is too busy to
accept your request or that the server has gone away.
"Table does not exist" Error in Access 2000
When linking to tables in Access 2000 and generating links to tables programmatically, rather than
through the table designer interface, you may get errors about tables not existing.
There is a known issue with a specific version of the
affected is 4.0.9025.0. Reverting to an older version will enable you to create the links. If you have
recently updated your version, check your
to the drivers directory.
Batched Statements
When I try to use batched statements, the execution of the batched statements fails.
Batched statement support was added in 3.51.18. Support for batched statements is not enabled by
default. Enable option FLAG_MULTI_STATEMENTS, value 67108864, or select the Allow multiple
statements flag within a GUI configuration.
Packet Errors with ADODB and Excel
When connecting to a MySQL server using ADODB and Excel, occasionally the application fails to
communicate with the server and the error
appears in the error log.
This error may be related to Keyboard Logger 1.1 from PanteraSoft.com, which is known to interfere
with the network communication between MySQL Connector/ODBC and MySQL.
Outer Join Error
When using some applications to access a MySQL server using Connector/ODBC and outer joins, an
error is reported regarding the Outer Join Escape Sequence.
This is a known issue with MySQL Connector/ODBC which is not correctly parsing the "Outer Join
Escape Sequence", as per the specs at
a value > 0 when asked for
to handle the outer join escape sequence.
Hebrew/CJK Characters
I can correctly store extended characters in the database (Hebrew/CJK) using Connector/ODBC 5.1,
but when I retrieve the data, the text is not formatted correctly and I get garbled characters.
When using ASP and UTF8 characters, add the following to your ASP files to ensure that the data
returned is correctly encoded:
Response.CodePage = 65001
Response.CharSet = "utf-8"
Duplicate Entry in Installed Programs List
I have a duplicate MySQL Connector/ODBC entry within my Installed Programs list, but I cannot
delete one of them.
This problem can occur when you upgrade an existing Connector/ODBC installation, rather than
removing and then installing the updated version.
Connector/ODBC Notes and Tips
Microsoft ODBC
SQL_OJ_CAPABILITIES
Warning
To fix the problem, use any working uninstallers to remove existing installations;
then may have to edit the contents of the registry. Make sure you have a
msjet40.dll
directory for the older version of the file and copy it
WINDOWS
Got an error reading communication packets
Specs. Currently, Connector/ODBC will return
even though no parsing takes place in the driver
1813
that exhibits this issue. The version

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 5.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Mysql 5.0

Table of Contents