Search found 322 matches

by zippo
25.12.2005, 00:03
Forum: 6.1.5
Topic: table update event
Replies: 3
Views: 1220

If you mean with the MySQL server, then the answer is simple: It can't. MySQL has no mechanism for data refreshing by the push method. Sorry, don't understand Russian - how about Slovene (NOT slovakian)? Če me razumeš, mi odgovori v našem jeziku. :):):) Additional edit: I heard Firebird has such mec...
by zippo
24.12.2005, 10:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Database connection component is not assigned
Replies: 3
Views: 1207

Remove ALL Zeos BPLs and retry. Also remove all previous Zeos versions.
by zippo
24.12.2005, 09:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOS version conflict (I think)
Replies: 1
Views: 627

Remove all the BPLs from system paths and recompile the packages in D6.

For a beginning you should use just one Zeos, I suggest.
by zippo
24.12.2005, 09:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Mysql Table Post
Replies: 6
Views: 1261

Can you write the SQL used for data acquiring into the Query component?
by zippo
18.12.2005, 08:50
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7293

Try to use LargeInt insteda of Integer

CREATE PROCEDURE `dorepeat`(p1 LargeInt)
by zippo
18.12.2005, 08:46
Forum: Other 6.x Versions
Topic: Windows 95 and mySQL
Replies: 2
Views: 3298

You don't need to register the DLL, just copy it in one directory that's in the path. Example Windows\System or Windows\System32
by zippo
18.12.2005, 08:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SmartOpen
Replies: 5
Views: 1726

ahaaaa...

Thank you! I'll play a little to see what's the speed difference.
by zippo
18.12.2005, 08:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 and MySQL 5.1 - charset confusion
Replies: 5
Views: 1611

Inset the values from your application.. Fast and dirty, but when there's no time...
by zippo
18.12.2005, 08:42
Forum: MySQL
Topic: Delphi 7 - Lost connection (timeout)
Replies: 7
Views: 7485

?

Can you explain more detailed? I use Zeos for last few years and never had this problem. you mean that you connect, do a query and it disconnects after 8 secs after the query opens? It seems a network problem...
by zippo
15.12.2005, 00:18
Forum: Announcements
Topic: The first chm-files are available!
Replies: 8
Views: 10980

GREAT!!!
by zippo
12.12.2005, 15:40
Forum: Off Topic
Topic: have chm of zeos
Replies: 11
Views: 5268

Problem on submit of a new article ... :(:( Warning: reset(): Passed variable is not an array or object in /srv/www/web24/html/zeosforum/includes/emailer.php on line 145 Warning: Variable passed to each() is not an array or object in /srv/www/web24/html/zeosforum/includes/emailer.php on line 146 War...
by zippo
12.12.2005, 15:36
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7293

Try to use ".Open" instead of ".Exec".
by zippo
12.12.2005, 15:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Insert record error
Replies: 1
Views: 776

T.RequestLive := true or
T.ReadOnly := false

(depends on the version of Zeos - see one existing TZQuery component.)
by zippo
10.12.2005, 17:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 and MySQL 5.1 - charset confusion
Replies: 5
Views: 1611

problem almost resolved! :)

Just needed to retype the values in the application.

But there's still a strange thing - If I enter the field values in another program (example MySQL Query browser) the special chars are still "?"...
by zippo
10.12.2005, 17:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.5.1 and MySQL 5.1 - charset confusion
Replies: 5
Views: 1611

Zeos 6.5.1 and MySQL 5.1 - charset confusion

Hello!

I need some help about MySQL 5.1 and character set.. :oops:

I use Slovenian charset (cp1250) in my apps, but the problem is i get special characters as "?" (a question mark) regardless to the server charset setting...

Any ideas on how to obtain "normal" strings?