Search found 278 matches

by gto
23.04.2008, 18:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Duplicate result when using locate, loPartialKey and Filter
Replies: 7
Views: 2097

Duplicate result when using locate, loPartialKey and Filter

Hello there I found a bug when using a simple query and an edit field that looks for the typed word using locate, loPartialKey and filtered=true. Some rows of the result appear twice. http://img237.imageshack.us/img237/6636/zeosdm5.jpg There's a connection to a firebird database, a query with "...
by gto
09.04.2008, 12:42
Forum: MySQL
Topic: The steps for transaction
Replies: 7
Views: 2157

IMHO, TZConnection.ExecuteDirect seems like a function, which by the way, works very well, that would not respect the transactions.

But if it came to support , no problem ;)
by gto
02.04.2008, 21:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQLProcessor pbm
Replies: 4
Views: 1160

Hello akli_agha ! I can't see any errors in your SQL, really. Looking through internet, it looks like a firebird error. Check if version selected in IBExpert is the same version as in Zeos. There's something too: http://dn.codegear.com/article/25848 Another thing I see in google is that's something ...
by gto
01.04.2008, 16:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SQLProcessor pbm
Replies: 4
Views: 1160

hum! and your SQL script, can you post it? ;)
by gto
28.03.2008, 16:16
Forum: User Patches
Topic: [bug_fixed] ZPlainMySqlDriver patch if using old mysql vers.
Replies: 2
Views: 989

No problem ;)
by gto
25.03.2008, 22:13
Forum: User Patches
Topic: [bug_fixed] ZPlainMySqlDriver patch if using old mysql vers.
Replies: 2
Views: 989

[bug_fixed] ZPlainMySqlDriver patch if using old mysql vers.

Revision 304 removed the use ZMessages, which is used if you want to compile with ENABLE_MYSQL_DEPRECATED directive.

There's a patch which put it back.
by gto
05.03.2008, 12:02
Forum: Documentations
Topic: [ KB ] gto's Zeos Quick Start Guide
Replies: 5
Views: 11483

[ KB ] gto's Zeos Quick Start Guide

Article Name: gto's Zeos Quick Start Guide
Author: gto
Description: Hands On! - Version 0.0.5

Category: General
Type:


>>Read Full Article

Starting up the knowledge base...
by gto
04.03.2008, 15:05
Forum: Documentations
Topic: gto's Zeos Quick Start Guide - Hands On!
Replies: 8
Views: 18571

Hello there! I'll post here whenever I make an update, so people can see it changed from the index (different color). When I only edit the post, it doesn't mark it as a new post. The latest change was for Version 0.0.5: -> ZConnection Methods and not published properties. By the way, I'm asking for ...
by gto
29.02.2008, 00:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AV in designer time, when get fields
Replies: 5
Views: 1252

Looking your log it looks there are some glitch in TZAbstractRODataset.InternalOpen.

Can you debug it and discover in what specific line it crashes?
by gto
27.02.2008, 21:16
Forum: MySQL
Topic: Problem with Delphi + Zeos + MySQL/Oracle
Replies: 12
Views: 3309

Hello rchaves ! Welcome to Zeos Forum. Don't worry about your english, it's very good ;) About you problem, what version do you use? I've tested the latest Zeos versions with Interbase, Firebird, MySQL and PostgreSQL, all local and via network. And all of them worked right as I wanted to. Properties...
by gto
15.02.2008, 22:20
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MASTER DETAIL Zeos x ClientDataSet
Replies: 2
Views: 1127

Welcome to Zeos forum, Fabrício :) I'm brasilian too, but we should keep writing in english, so everyone can read and answer. If you need a help writing posts or asking for help, fell free to ask me by PM. Well, I'm with little free time for now, but, with a quick look I see you're making your M-D r...
by gto
08.02.2008, 12:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Multithreaded Insert
Replies: 10
Views: 1743

Hi Sandeep, would it also work to do a connection.create() and a freeandnil(connection) in each thread? Thx Andreas It would do the trick, but with a connection pool you'll have some persistent connections available, loosing the weight of connection and disconnecting in all threads. Well, you get t...
by gto
06.02.2008, 21:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error: Field ... must have a value
Replies: 16
Views: 4998

Some results of my research: The solution proposed my mdaems seems correct but not complete. Zeos isn't telling the fields the correct required property, so it must be changed, something in the way you did. In my tests I only put two () more: Required := (IsWritable(I) and (IsNullable(I) = ntNoNulls...