MySQL Connector/ODBC 5.00.09 Beta has been released.

MySQL Connector/ODBC 5.00.09 Beta has been released.

am 22.11.2006 00:00:33 von pharvey

MySQL Connector/ODBC 5.00.09 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
--

* ENH: Added support for column binding as SQL_NUMERIC_STRUCT.
* FIX: Fixed wildcard handling of and listing of catalogs and tables in
SQLTables.
* FIX: Catch use of SQL_ATTR_PARAMSET_SIZE and report error until we
fully support.
* FIX: Corrected retrieval multiple field types bit and blob/text.
* FIX: Fixed buffer length return for SQLDriverConnect.
* FIX: Added limit of display size when requested via
SQLColAttribute/SQL_DESC_DISPLAY_SIZE.
* ENH: Added recognition of SQL_C_SHORT and SQL_C_TINYINT as C types.
* FIX: Fixed SQLStatistics to fail if it couldn't be completed (error
code was being overlooked).
* FIX: Fixed SQLGetData to clear the NULL indicator correctly during
multiple calls.
* FIX: ODBC v2 behaviour in driver now supports ODBC v3 date/time types
(since DM maps them).


Reporting Issues
--

Issues can be reported to;

* myodbc mailing list http://lists.mysql.com
* ODBC forum http://forums.mysql.com.


From the MySQL Connectors Team - enjoy!

--
Peter Harvey, Software Developer
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification



--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org

RE: MySQL Connector/ODBC 5.00.09 Beta has been released.

am 22.11.2006 10:23:17 von David Dindorp

> MySQL Connector/ODBC 5.00.09 Beta has been released.

How many / which of the issues I reported yesterday has been fixed?

Nightly snapshots of the driver would've been nice.


--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg

Re: MySQL Connector/ODBC 5.00.09 Beta has been released.

am 01.12.2006 06:20:03 von Joe Bloggs

Peter Harvey wrote:
> MySQL Connector/ODBC 5.00.09 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.
>
I'm having a bit of a strange issue after installing this version.
I have always uninstalled any previous version of the driver before
installing a new version, just in case there was a problem with files
not being replaced.
After installing this version, I can open the data source administrator
to add a new DSN. Unfortunately, instead of having the multi-tabbed
screen, I am faced with one single screen. No Connect Options tab, no
Advanced tab, just the Login tab. Where there would be a textbox on the
right-hand side of the screen, there is nothing at all.
There is no dropdown button to allow you to select the database either.
Also missing are the Test and Diagnostics buttons at the bottom of the
screen.
It's almost as if there is a left-over dll somewhere that is interfering
with the new installation.

Any suggestions?


--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org

Re: MySQL Connector/ODBC 5.00.09 Beta has been released.

am 04.12.2006 18:07:47 von Jess Balint

On Fri, Dec 01, 2006 at 07:20:03AM +0200, Joe Bloggs wrote:
> After installing this version, I can open the data source administrator
> to add a new DSN. Unfortunately, instead of having the multi-tabbed
> screen, I am faced with one single screen. No Connect Options tab, no
> Advanced tab, just the Login tab. Where there would be a textbox on the
> right-hand side of the screen, there is nothing at all.
> There is no dropdown button to allow you to select the database either.
> Also missing are the Test and Diagnostics buttons at the bottom of the
> screen.

Joe,

The extra tabs in the configuration GUI have been removed for some time.
This was a decision made to help move along development of the new
driver without the confusion of having a partially non-working GUI in
place.

> It's almost as if there is a left-over dll somewhere that is interfering
> with the new installation.

Everything sounds fine. :)

Jess


--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org

Re: MySQL Connector/ODBC 5.00.09 Beta has been released.

am 05.12.2006 04:43:07 von sp4mmed Hotmail

--------------090100040007080901010502
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Many thanks for the information; I really thought that it was something
that I had done wrong during the installation.
I shall re-re-re-install and test the connector, now that I know what is
happening.

Jess Balint wrote:
> On Fri, Dec 01, 2006 at 07:20:03AM +0200, Joe Bloggs wrote:
>
>> After installing this version, I can open the data source administrator
>> to add a new DSN. Unfortunately, instead of having the multi-tabbed
>> screen, I am faced with one single screen. No Connect Options tab, no
>> Advanced tab, just the Login tab. Where there would be a textbox on the
>> right-hand side of the screen, there is nothing at all.
>> There is no dropdown button to allow you to select the database either.
>> Also missing are the Test and Diagnostics buttons at the bottom of the
>> screen.
>>
>
> Joe,
>
> The extra tabs in the configuration GUI have been removed for some time.
> This was a decision made to help move along development of the new
> driver without the confusion of having a partially non-working GUI in
> place.
>
>
>> It's almost as if there is a left-over dll somewhere that is interfering
>> with the new installation.
>>
>
> Everything sounds fine. :)
>
> Jess
>
>
>
> .
>
>

--------------090100040007080901010502--