Search found 322 matches

by zippo
10.12.2005, 17:03
Forum: Off Topic
Topic: have chm of zeos
Replies: 11
Views: 5268

Helooooo Moderator?

If you see this, then open a branch in the forum, please. If the FAQ project is successful, you will get a good source for the manual. If not, then... hmmm, then you can delete the branch :)

Please inform us on your decision!
by zippo
09.12.2005, 17:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Procedure calling
Replies: 1
Views: 562

Procedure calling

Hi!

Could be offtopic (moderator - remove if so!), but anyway...

How do I call stored procedures - functions in Zeos + MySQL 5.1? I tried this

Query.SQL.Text := 'Call MYPROC';
Query.ExecSQL;

Should I call ExecSQL or Open ?

How to use TStoredProc?
by zippo
09.12.2005, 11:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't install on BDS/Delphi 2006
Replies: 26
Views: 10890

Remove all the BPLs and source, recopy the package, add the paths and recompile - maybe it is a Zeos version conflict problem.
by zippo
09.12.2005, 11:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error: Can Not Open a ResultSet
Replies: 1
Views: 564

What's the SQL?
more details, please...
by zippo
09.12.2005, 11:00
Forum: Off Topic
Topic: "Zeoslib Inside" or "Powered By Zeo" or
Replies: 14
Views: 7429

I like it! I will use it ASAP :)
by zippo
09.12.2005, 10:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SmartOpen
Replies: 5
Views: 1726

True, the CVS from 13/10. Zeos team, help! :)
by zippo
09.12.2005, 10:57
Forum: 6.1.5
Topic: Memory leak? or am I doing something wrong?
Replies: 18
Views: 7181

Pengwin, my app does a lot of queries, too. I must admit I'm not an expert for leak searching (I just watch the task manager.. :) ), so is there any tutorial and/or tools for this?
by zippo
09.12.2005, 10:54
Forum: Off Topic
Topic: have chm of zeos
Replies: 11
Views: 5268

A FAQ would be a great Idea!

And a part of the forum can be just perfect for this. A moderator is needed and a little collaboration of the Zeos team (don't worry, just a little of your time :) ). So, shall we start? :)
by zippo
07.12.2005, 22:30
Forum: Off Topic
Topic: have chm of zeos
Replies: 11
Views: 5268

Unfortunately not.. :(
by zippo
07.12.2005, 22:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error while execute Store Procedure
Replies: 14
Views: 5398

Try to execute tho procedure without parameters - write them directly in the SQL?
by zippo
07.12.2005, 22:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SmartOpen
Replies: 5
Views: 1726

SmartOpen

What is the mean of the doSmartOpen option in the TZQuery component? I played a little, but see no difference in the behaviour of the application.

Is there any mini FAQ for Zeos?
by zippo
07.12.2005, 21:57
Forum: 6.1.5
Topic: Memory leak? or am I doing something wrong?
Replies: 18
Views: 7181

True, but I saw only small leaks - here we are takling about 120 MB in 30 minutes - my leaks are max 1-2 Mb in few days/weeks!
by zippo
07.12.2005, 21:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Can't find libmysql41.dll
Replies: 7
Views: 4332

True, but the application looks for DLLs in this sequence:

- The Application folder,
- System32
- PATH variable

So if you put the DLL in the Application folder, then it will be the first.
by zippo
07.12.2005, 21:52
Forum: MySQL
Topic: MySQL 5 and Delphi 7
Replies: 4
Views: 3309

No problem - ask anytime! :)
by zippo
07.12.2005, 11:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib and Delphi 2005: unit zlib also in rtl70.bpl
Replies: 6
Views: 1538

Try to change rtl70 with rtl90, or just remove the package. Maybe this helps.