no binary and source code of MySQL ODBC Connector 5.2.5 for AIX plarform

2014-04-02 Thread Shen, Tingting
Hi, I want to install MySQL ODBC Connector 5.2.5 on AIX 7.1 platform. But I cannot find any binary for installation on AIX platform. In addition, I also tried to build my own installation binary from source code , but found no source code for AIX platform. http://downloads.mysql.com/archives/c

Re: ODBC connector and MySQL Enterprise Edition

2014-02-17 Thread shawn l.green
Hello Femitha, On 2/17/2014 12:16 AM, Femitha Majeed wrote: Hi, Please help me by answering this question. Currently we've a database link between Oracle database and MySQL database using mysql-connector-odbc-5.1.8, will this connector work if I change my MySQL to enterprise edition ? Thank y

ODBC connector and MySQL Enterprise Edition

2014-02-16 Thread Femitha Majeed
Hi, Please help me by answering this question. Currently we've a database link between Oracle database and MySQL database using mysql-connector-odbc-5.1.8,  will this connector work if I change my MySQL to  enterprise edition ? Thank you.

Re: invalid string bugfix for ODBC/Connector 5.1.7

2010-10-29 Thread Johan De Meersman
hem having more important things to do than fix a minor annoyance in a connector - like, say, fixing actual database bugs ? If you do happen to have a support contract, however, this is still entirely the wrong place to complain. On Fri, Oct 29, 2010 at 9:59 AM, wrote: > HI all, > > the

invalid string bugfix for ODBC/Connector 5.1.7

2010-10-29 Thread wim . delvaux
HI all, the c/c++ ODBC/Connector 5.1.7 has a critical bug that you cannot edit the ODBC setting anymore once entered. A fix is known and committed. why does it take so long for the 5.1.8 to be released ? Surely this bug merits expedient treatment. Quid ? W -- MySQL General Mailing List For

when will version 5.1.6 of the odbc connector become available ?

2010-06-07 Thread wim . delvaux
I need some bugs fixed W -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

odbc connector

2010-02-10 Thread wim . delvaux
The odbc connector of mysql reports it does not support LAST_INSERT_ID nor does it seem to report back that it supports unicode. For the last_insert_id I have a workaround by issuing a Select last_insert_id() after an insert, however for working with unicode I have not found a solution. this

odbc connector 5.1 for windows unicode support

2010-02-04 Thread wim . delvaux
Hi, I have a database with UTF8 characters. These are shown correctly by the query browser. I installed the odbc/connector 5.1 and tried to access the same table using OpenOffice base and a Qt application I wrote myself. In both clients the UTF8 character so not show up properly as if the

Re: ODBC connector 3.51/5.0

2007-02-13 Thread Daniel Kasak
C K wrote: I HAVE TO TRY IT OUT. BUT THE PROBLEM IS THAT I HAVE MYSQL 5.0.17 AND I THINK 3.51.06 CAN NOT CONNECT TO 5.0.17. BUT I HAVE TO TRY. THANKS AND REGARDS CPK LESS CAPITALS THANKS. If you want to use MyODBC-3.51.x you should use 3.51.12.2. If that doesn't work for you, then you should

Re: ODBC connector 3.51/5.0

2007-02-13 Thread C K
. The way I resolved the problem was to rollback to MyODBC-3.51.06. It resolved the issue. I hope this helps. Ron -Original Message- From: C K [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 13, 2007 1:01 PM To: [EMAIL PROTECTED]; mysql@lists.mysql.com Subject: ODBC connector 3.51/5.0 Dear

ODBC connector 3.51/5.0

2007-02-13 Thread C K
Dear developers from MySQL, can i know when the MySQL connector/ODBc 5.0 will be released. I am facing few major problems regarding 3.51.12 on windows as application crash and wrong data display. please reply thanks, CPK -- Keep your Environment clean and green.

RE: ODBC Connector for Windows - how to handle large resultsets?

2004-07-22 Thread Victor Pendleton
which ODBC driver are you using? -Original Message- From: Leonardo Javier Belén To: [EMAIL PROTECTED] Sent: 7/22/04 10:36 AM Subject: ODBC Connector for Windows - how to handle large resultsets? Hi all, I have a problem with the ODBC Connector since I need to handle very large

ODBC Connector for Windows - how to handle large resultsets?

2004-07-22 Thread Leonardo Javier Belén
Hi all, I have a problem with the ODBC Connector since I need to handle very large resultsets. when I try a simple search on a 5Millon table, it tries to send all the info to the client hanging it before i can see a simple row. So is there a way to force the driver to use use_resultset

ODBC Connector for Windows - thread safe?

2004-07-21 Thread Silvio Lopes de Oliveira
Hello, I have MySQL ODBC Connector 3.51.08 for Windows. I downloaded the installation package from mysql.com. Is this driver thread-safe? If not, how do I compile a thread-safe version? The instructions I found online seem to refer to the Linux platform. Sincerely, Silvio Lopes de Oliveira