Search found 10 matches
- 27.07.2011, 14:41
- Forum: 6.6 - stable
- Topic: mysql5 and zeos 6.6: keep connection alive?
- Replies: 2
- Views: 1776
mysql5 and zeos 6.6: keep connection alive?
Hi, I'm reactivating an old databaseproject I did some years ago, now using zeos 6.6.5 and mysql 5 with Delphi 6 prof. Everything works fine, but after some minutes with no queries or transactions, the mysql connections goes away. Unfortunately I do not find something like a "keep alive" p...
- 06.01.2008, 22:20
- Forum: MySQL
- Topic: German Umlaute
- Replies: 7
- Views: 2735
UPDATE - problem solved. Well... I think it was not a problem at all. The wrong umlauts only appeared when I connected to my local DB-server. So either I did a mistakte importing the data to the local server or I have to check the config of the server. Using the properly configured (utf8) production...
- 06.01.2008, 21:45
- Forum: MySQL
- Topic: German Umlaute
- Replies: 7
- Views: 2735
Hi Mark, thanks for the immediate answer. I started to check the HeidiSQL sourcecodes, but this is without end. They are using some other components and - as you said - they seem to have changed parts of the code. (http://heidisql.svn.sourceforge.net/viewvc/heidisql/trunk/components/zeosdbo/ ) I am ...
- 06.01.2008, 19:26
- Forum: MySQL
- Topic: German Umlaute
- Replies: 7
- Views: 2735
Still the same problem with 6.6.2 RC
Hi, I have exactly the same problem as described above. Using phpMyAdmin or MySQL-Clients like HeidiSQL, I can see the correct German umlauts in the tables, stored in utf8. When I connect to the DB by the zeos components, all Umlauts are displayed wrong, for ex. Fußball = Fußball I found the hint...
- 01.04.2007, 19:19
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with LargeInt fields and QuickReport (D6 pro)
- Replies: 0
- Views: 678
Problem with LargeInt fields and QuickReport (D6 pro)
Hi there, I have been using Zeos for years. Now I updated from 6.5 to the latest (6.6.1 beta) version and noticed strange problems with LargeInt-Fields (mysql 5.0):my quick-reports do not recognize these fields! Two examples: - if I use an expression like 'this is field number ' + myquery.largeintfi...
- 22.01.2007, 14:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Using table names with (Firebird) and without (mysql) "
- Replies: 2
- Views: 564
- 20.01.2007, 18:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Basic connection errors: "Fehler bei der Bereichspruefu
- Replies: 0
- Views: 519
Basic connection errors: "Fehler bei der Bereichspruefu
Still trying to get my application (Zeos 5.x) to work with 6.6.0 beta and Delphi 6 prof (German). After renaming all components to the new object names and moving to a TZConnection object, I can compile the application without errors. But after the first connect to the MySQL-DB (3.23 or 4.0), I get ...
- 20.01.2007, 16:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Using table names with (Firebird) and without (mysql) "
- Replies: 2
- Views: 564
Using table names with (Firebird) and without (mysql) "
Hi there, unfortunately I have to support two different database servers: mysql 4.0 and Firebird 1.5. The application was originally developed for mysql 3.23 with Zeos 5.x. Table names don't have capitals, for ex. clients. Now I have the problem that Firebird needs to put all table names in "&q...
- 20.01.2007, 16:00
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install Zeosdbo 6.6.0 on Delphi 6
- Replies: 1
- Views: 3270
Hi, just follow the installation instructions given in the 6.5.1 version. Worked fine for me with 6.6.0 beta: <pre> ZeosDBO Installation Guide ZeosLib Development Group 23 June 2005 You can download the current (CVS) version from http://www.zeoslib.net 1. Unpack the archive to a folder 2. Copy the r...
- 17.04.2006, 17:35
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Best way to migrate from Zeos (old) to Zeos (new)
- Replies: 1
- Views: 719
Best way to migrate from Zeos (old) to Zeos (new)
Hi there, I have to update a database software I wrote 3 years ago using MySQL 3.23, D6 prof and Zeosdbo (5.0.8 I think) to Firebird 1.5. I am thinking about the "best" way how to do this. What I found out so far, is that some of the methods and properties have changed, some are still the ...