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
Search found 8 matches
- 29.11.2010, 14:53
- Forum: 6.6 - stable
- Topic: compatibility with version mysql 5.1.35-communauty
- Replies: 3
- Views: 582
- 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)...
- 26.11.2010, 16:11
- Forum: 6.6 - stable
- Topic: compatibility with version mysql 5.1.35-communauty
- Replies: 3
- Views: 582
- 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...
- 22.11.2010, 11:49
- Forum: 6.6 - stable
- Topic: ErangeError in ZEOSDBO-6.6.6-stable
- Replies: 6
- Views: 871
- 16.11.2010, 12:11
- Forum: 6.6 - stable
- Topic: ErangeError in ZEOSDBO-6.6.6-stable
- Replies: 6
- Views: 871
- 08.11.2010, 09:38
- Forum: 6.6 - stable
- Topic: ErangeError in ZEOSDBO-6.6.6-stable
- Replies: 6
- Views: 871
- 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...