Search found 30 matches

by IgD
29.05.2006, 01:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Does anyone successfully connect mysql5 with kylix ?
Replies: 6
Views: 1255

Take a look at Lazarus (http://www.lazarus.freepascal.org). I think it might be more stable than Kylix. Using the SVN source, I've been able to use MySQL 5 using Delphi 7. I'm sure it would work fine with Lazarus too.
by IgD
02.05.2006, 10:27
Forum: Bug Reports
Topic: [bug_fixed] MySQL: Cannot update this query type(backticks)
Replies: 4
Views: 4208

Why would you want to put the table name in quotes? I've read several MySQL books and even the MySQL docs and never seen a SQL Query like that. I vote using quotes for the tablename is improper syntax.
by IgD
29.04.2006, 22:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: mySQL 4 Compress Option
Replies: 13
Views: 3617

I use compression with MySQL 5. There are MySQL functions called COMPRESS() and UNCOMPRESS(). Basically you just make these calls in your SQL queries.

For example:
select UniqueID, uncompress(MyString) from MyTable;
or
select UniqueID, uncompress(MyString) as UncompressedMyString from MyTable;
by IgD
14.04.2006, 12:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Calling all Lazarus fixes
Replies: 1
Views: 757

Calling all Lazarus fixes

Guys, I'm going to be working on the Lazarus port of Zeoslib. Who has patches that need to be added to the code base? Please post them in this thread for review.
by IgD
23.11.2005, 11:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Date/Time field problems in Lazarus
Replies: 6
Views: 5224

Michael, why don't you turn the Lazarus port over to me and kfitzner? We will do our best to make it work.
by IgD
22.11.2005, 12:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Date/Time field problems in Lazarus
Replies: 6
Views: 5224

Try installing ZeosLib into Lazarus. There are typos in the source it won't even compile without editing.
by IgD
22.11.2005, 10:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Date/Time field problems in Lazarus
Replies: 6
Views: 5224

I think this is a dupe of my bug:

http://seegernet.koolhost.de/zeosforum/ ... .php?t=145

Where are the maintainers of this project???
by IgD
12.11.2005, 23:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Urgent - D7.1/MySQL/BLOB field problem
Replies: 6
Views: 1886

Procedure for replicating this bug: 1. Create a MySQL 4.0 database: a. Open up MySQL command line tool b. Create database blobtest; c. Create table blobtable (myblob blob, myedit varchar(80) ); 2. Create a new application 3. Add TRichEdit and a TEdit 4. Add TButton 5. Add ZConnection and ZQuery. a. ...
by IgD
12.11.2005, 23:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bug report: Reading a date field returns gibberish
Replies: 9
Views: 1920

Bump
by IgD
11.11.2005, 23:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Lazarus developer
Replies: 0
Views: 753

Lazarus developer

How can I contact the developer who maintains the Zeoslib port? I'd like to volunteer to help improve it! Thanks.
by IgD
10.11.2005, 23:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Developer mailing list
Replies: 4
Views: 1151

Michael, Thanks for the reply. Can you please take a look at this problem? http://seegernet.koolhost.de/zeosforum/viewtopic.php?t=145 It looks like it would be very easy to fix. I don't know my way around the ZeosLib code so there is not much I can do. I would like to volunteer to help with the Laza...
by IgD
09.11.2005, 10:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Developer mailing list
Replies: 4
Views: 1151

I'm looking for a way to contact the developers. The CVS repository hasn't been updated in a few weeks. The developers don't seem to reply to this forum.
by IgD
06.11.2005, 23:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Developer mailing list
Replies: 4
Views: 1151

Developer mailing list

Is there an e-mail list group for the developers? This forum doesn't appear to be very helpful.
by IgD
04.11.2005, 00:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bug report: Reading a date field returns gibberish
Replies: 9
Views: 1920

Is there anyone from the ZeosLib team who could help? This bug is a show stopper for me.
by IgD
04.11.2005, 00:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Urgent - D7.1/MySQL/BLOB field problem
Replies: 6
Views: 1886

This problem is a real show stopper for me. Are there any members of the ZeosLib team who could help? Thanks!