Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
MySQL Connector/ODBC 5.00.11 Beta has been released

MySQL Connector/ODBC 5.00.11 Beta has been released

2007-01-31       - By Jess Balint

 Back
Reply:     1     2  

MySQL Connector/ODBC 5.00.11 Beta has been released.
--

MySQL Connector/ODBC is our next generation ODBC driver which allows
access to the MySQL v5 server using the widely used ODBC standard. The
ODBC standard is a cross-platform, cross-database, C language, Call
Level Interface.

This version is being released to get community feedback but is NOT
suitable for production environments.

It is now available in binary form from the Connector/ODBC download
pages at http://dev.mysql.com/downloads/connector/odbc/5.0.html and
mirror sites.

Note: Not all mirror sites may be up to date at this point of time. If
you can't find this version on some mirror, please try again later or
choose another download site.


Install Notes
--

1. Those using the MSI based installer can simply install by 'executing'
the MSI file. Any existing MSI install should automatically upgrade.

2. Those using the noinstaller distribution should unzip the
distribution file and follow the instructions found therein.

3. Connector/ODBC v5 can coexist with any existing install of
Connector/ODBC v3.


Changes
--
* Changed internals to support SQLParamData/SQLPutData and chunking of inputs.
  (fix bug#25263)
  * For more details on chunking see:
  http://msdn2.microsoft.com/en-us/library/ms716238.aspx
* Fixed connection string parsing for DSN-less connections. (fix bug#25316)
* Fixed certain cases of handling SQL_NUMERIC_C (mostly used by ADO).
* Driver builds under Linux and partially works with iODBC (GUI bits still
  pending).
* Transaction support has been added and tested. (fix bug#25045)
* Fixed binding of some integer types.
* Added support for ODBC v2 statement options via attrs (mostly used by ADO).


Reporting Issues
--

Issues and questions can be directed to:

* MySQL ODBC mailing list at http://lists.mysql.com/myodbc
* MySQL ODBC forum at http://forums.mysql.com/list.php?37

Bugs can be reported to:

* MySQL Bug tracking system at http://bugs.mysql.com/