Search found 322 matches

by zippo
24.11.2005, 10:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4693

I think it's not a Zeos problem, but to be sure, use the problematic query thru Zeos (it's your App) and thru ODBC - if the second performs faster, then it is a Zeos problem. But be sure to do the test correctly! If you find that the performance comparision is adequate (Zeos is faster), then you sho...
by zippo
09.11.2005, 09:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSDBO - New Application
Replies: 5
Views: 1552

I totally agree. About quiet forum... it's a small community here, so there's not many "traffic" on the forum. Also the forum is quite fresh, so not all the developers joined it. And finally - I couldn't answer, because I was on a one-week vacation (yesssss.... :) ) Let's return to Delphi....
by zippo
09.11.2005, 09:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZDbcMySqlStatement.pas(96): File not found: 'DateUtils.dcu'
Replies: 2
Views: 1138

... or add the DateUtils.pas unit? This is a guess, but maybe... Try to find it ina any other package of Zeos.
by zippo
09.11.2005, 09:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Developer mailing list
Replies: 4
Views: 1143

You're wrong. This forum is very helphul for beginners, but I agree that a developer section would be usefull, too.
by zippo
09.11.2005, 09:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error while execute Store Procedure
Replies: 14
Views: 5398

What is the error?
SQL?
...
more data, please!
by zippo
09.11.2005, 09:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1359

ahh, so easy... I tought it was about DLL functions calling.. :) Thank you!
by zippo
06.11.2005, 13:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSDBO - New Application
Replies: 5
Views: 1552

I'm using Zeos 6.5.1 since it was alpha an it worked OK. Some users reported problems with BLOBs and floating point types, but I didn't had those problems. I use an INI settings to store the DB driver I want to use (MsSQL,MySQL,Oracle,... etc.). I also developed some utilitys thet change the driver ...
by zippo
06.11.2005, 13:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1359

How you implemented the usage of "WSACleanup". Could be a silly question, but I'm a newbie.. :)
by zippo
05.11.2005, 19:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL 5.x support
Replies: 2
Views: 1026

I'm curious: What special modifications must be made? Isn't using stored procedures like any other SQL (result is a dataset) - so why any need for modifications?
by zippo
05.11.2005, 19:08
Forum: 6.1.5
Topic: No Authentication to MySQL 5
Replies: 5
Views: 2454

Another quick and less "dirty". Create or modify the users with the old_password function. More info on the page http://dev.mysql.com/doc/refman/5.0/en/old-client.html
by zippo
05.11.2005, 19:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Application using ZEOS (mysql-4.1) takes ages to end
Replies: 6
Views: 1359

Can you explain more detailed?
by zippo
05.11.2005, 19:03
Forum: MySQL
Topic: Delphi7 - mysql 4.1 user variable
Replies: 7
Views: 2236

It worked?
by zippo
24.10.2005, 08:11
Forum: MySQL
Topic: Want Connection to be Refreshed
Replies: 1
Views: 1059

The only method I know is periodic refresh. As far as I know MySQL doesn't support data pushing.

Or you can programmatically embed a mini comunication in your app. - something like events. When PHP posts, it also send something to the app. But I don't know if this helps...
by zippo
20.10.2005, 18:27
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11492

So, It worked? I'm curious.... :P
by zippo
20.10.2005, 18:25
Forum: 5.x Versions
Topic: Problem Expecting float actual string - quite urgent!
Replies: 2
Views: 4082

Problem Expecting float actual string - quite urgent!

Hi! I have a problem with the "old" Zeos. An Query opening that always worked is not working anymore! I KNOW the field CENA_PROD is float, but Zeos insists that it's a string... Here's the error, from the Delphi IDE --------------------------- Debugger Exception Notification --------------...