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
mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
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
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.10 Beta has been released

MySQL Connector/ODBC 5.00.10 Beta has been released

2006-12-12       - By Jess Balint

 Back
MySQL Connector/ODBC 5.00.10 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 instruction found therein.

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


Changes
--

* FIX: String query parameters are new escaped correctly. (fix bug#19078)
* ENH: Added wide-string type info for SQLGetTypeInfo().
* ENH: Added loose handling of retrieving some diagnostic data. (fix bug#15782)
* ENH: Added initial support for removing braces when calling stored procedures
and retrieving result sets from procedure calls. (fix bug#24485)
* ENH: Added initial unicode support in data and metadata. (fix bug#24837)
* ENH: Significant performance improvement when retrieving large text fields in
pieces using SQLGetData() with a buffer smaller than the whole data. Mainly
used in Access when fetching very large text fields. (fix bug#24876)
* FIX: Editing DSN no longer crashes ODBC data source administrator. (fix bug
#24675)

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/