Search found 8 matches

by Alex17000
29.11.2010, 14:53
Forum: 6.6 - stable
Topic: compatibility with version mysql 5.1.35-communauty
Replies: 3
Views: 582

New: The problem come from too much columns return by the select.
I haven't test exactly the same base on all the version.

Cf : http://zeos.firmos.at/viewtopic.php?p=12520#12520
by Alex17000
29.11.2010, 14:34
Forum: MySQL
Topic: ZEOSDBO-6.6.6-stable with mysql bug 134 columns varchar 255
Replies: 1
Views: 679

ZEOSDBO-6.6.6-stable with mysql bug 134 columns varchar 255

Hi, I found a bug with Zeos, I have make a table with 134 columns varchar 255, And when I try to open the table I got a range error. It's reproductible. Exemple of table mysql : CREATE TABLE IF NOT EXISTS `table_01` ( `col_1` varchar(255) NOT NULL, `col_2` varchar(255) NOT NULL, `col_3` varchar(255)...
by Alex17000
26.11.2010, 16:11
Forum: 6.6 - stable
Topic: compatibility with version mysql 5.1.35-communauty
Replies: 3
Views: 582

New:
Another version, mysql 5.1.52 it's ok.
Very strange that not ok with 5.1.35 and 5.1.48 and ok with 4.0.15, 5.0.45 and 5.1.48

If a developper want more information, I have available.

Have a good day
by Alex17000
26.11.2010, 15:14
Forum: 6.6 - stable
Topic: compatibility with version mysql 5.1.35-communauty
Replies: 3
Views: 582

compatibility with version mysql 5.1.35-communauty

Hi, After my problem with old version of mysql, I have decided to make a new server with a last version of mysql (5.1.35-communauty). So, I get the dll for this version, I put them in my application test directory. I launch my program: if not connect_MYSQL then exit; ZReadOnlyQuery1.sql.text := 'sel...
by Alex17000
22.11.2010, 11:49
Forum: 6.6 - stable
Topic: ErangeError in ZEOSDBO-6.6.6-stable
Replies: 6
Views: 871

Hi,

Thanks for your time, I go to test by updating a mysql server to the lastest stable version.

Bye,
by Alex17000
16.11.2010, 12:11
Forum: 6.6 - stable
Topic: ErangeError in ZEOSDBO-6.6.6-stable
Replies: 6
Views: 871

Hi,

>- You explicitly select the mysql 4.0 protocol on your connection component
>- The libmysql.dll file for mysql 4.0 is available in the system path

Yes, I have done that..no solve of my problem.

It's strange that anyone don't rapport this problem too.

Thanks,
by Alex17000
08.11.2010, 09:38
Forum: 6.6 - stable
Topic: ErangeError in ZEOSDBO-6.6.6-stable
Replies: 6
Views: 871

Hi,
What protocol did you define on your connection? mysql ord mysql40?
I define mysql.
Here you'll have to remove the dot to enable those deprecated protocols.
I make it, but I have the same result.

The new Zeos have it tested on old version of mysql?


Thanks,
by Alex17000
20.10.2010, 08:33
Forum: 6.6 - stable
Topic: ErangeError in ZEOSDBO-6.6.6-stable
Replies: 6
Views: 871

ErangeError in ZEOSDBO-6.6.6-stable

Hi all, I made a old program with my Delphi 5, this program connected on MySql 4.0.15. with ZEOSDBO-6.6.1-beta. All was ok, but now I must to recompile it with the last ZEOSDBO-6.6.6-stable, I don't change the Mysql version and the mysql Dll, but when I launch my program I have an exception ERangeEr...