Search found 322 matches

by zippo
18.02.2006, 23:42
Forum: 6.1.5
Topic: Problem with sorting...
Replies: 3
Views: 1613

The only anomaly I ecountered with Zeos is that the application takes a long to close on some computers (Zeos6.5.1+MySQL). This can take up to 30 seconds before the application button disappear from the taskbar. No errors, just needs more time. Boh..?
by zippo
18.02.2006, 23:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Resultset
Replies: 6
Views: 1295

I agree. Correct the code like this: DBConnection1.HostName:= EdtDBServerAddress.Text; DBConnection1.Port:=StrToInt(edtDBServerPort.text); DBConnection1.User:=EdtDBUser.Text; DBConnection1.Password:=edtDBPasswort.Text; DBConnection1.Protocol:='mysql-4.1'; (this can also be set designtime) DBConnecti...
by zippo
17.02.2006, 20:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How stable 6.5.1 is at this moment ?
Replies: 11
Views: 2402

I'm using 6.5.1 for a year and never had problems...
by zippo
17.02.2006, 20:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZConnection and MS SQL Server
Replies: 2
Views: 851

Hmm... I never connected to MSSQL, but I noticed this link, maybe is useful to you.

http://seegernet.koolhost.de/zeosforum/ ... highlight=
by zippo
17.02.2006, 20:44
Forum: 6.1.5
Topic: Problem with sorting...
Replies: 3
Views: 1613

I also use this technique and I never had this problem. Could be that the user clicks too fast (while the previous sorting is still busy)?
by zippo
13.02.2006, 14:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: mySQL 4 Compress Option
Replies: 13
Views: 3618

Another question - How to know if the compression is on or off? Because there's no error, I can't tell if it works or not.. :)
by zippo
13.02.2006, 14:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: mySQL 4 Compress Option
Replies: 13
Views: 3618

Read the "documentation/parameters.htm" file.

I once tried to use the Properties property of ZConnection like this:

compress=yes

but It didn't worked. Maybe a developer could enlighten us.. :):):)
by zippo
07.02.2006, 09:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Are there any news regarding Zeos?
Replies: 4
Views: 1438

Are there any news regarding Zeos?

Hello Zeos developers! I'm watching the development of Zeos since version 5.x and can say that I'm very pleased with the components. Especially since 6.x and the protocol property I'm very excited to see any new version. But this is the problem - since 6.5 alpha - nothing. And it's been a while sinc...
by zippo
07.02.2006, 08:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Problem with Zeos and PostgreSQL
Replies: 7
Views: 1748

Can you post the code and/or SQL here?
by zippo
30.01.2006, 23:57
Forum: Feature Requests
Topic: ActiveRecord property
Replies: 4
Views: 2388

RecNo is also a TDataset implementation if I'm not wrong..
by zippo
30.01.2006, 21:33
Forum: Other 6.x Versions
Topic: zeos and auto increment
Replies: 7
Views: 5669

Think no, but you shoul consult some manuals (at leas PosGRe, Interbase and MsSQL
by zippo
30.01.2006, 13:10
Forum: 6.1.5
Topic: No result set with ZQuery, but ok with ZReadOnlyQuery
Replies: 3
Views: 1622

It happens after the upgrade from an earlier version or switching from another MySQL comonents.. I crashed my head, so now I can be the wize guy.. :):):):)
by zippo
30.01.2006, 13:09
Forum: 6.1.5
Topic: Strange access violations
Replies: 2
Views: 1180

Sorry, never did threading with DB..
by zippo
28.01.2006, 12:19
Forum: 6.1.5
Topic: No result set with ZQuery, but ok with ZReadOnlyQuery
Replies: 3
Views: 1622

Check the property ShowRecordTypes. It should be set to "[ztModified,ztInserted,ztUnmodified]"
by zippo
28.01.2006, 12:19
Forum: Feature Requests
Topic: TZSequence setting value
Replies: 3
Views: 2178

I would like to know this, too... :)