Search found 71 matches

by mrLion
17.04.2012, 16:14
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZPgEventAlerter modification
Replies: 10
Views: 2311

markus , Yes, I know! After reading the documentation, I just "gave birth" this class, so that the handler has always been one, but used in many places. Glad that helped, although the idea is on the surface. :) EgonHugeist , but I have nowhere to rush. ism , да не стесьняйся, присоединяйся!
by mrLion
14.04.2012, 17:17
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZPgEventAlerter modification
Replies: 10
Views: 2311

EgonHugeist , no problem. Catch. This is a module in C + + that I use. Unfortunately, almost all the comments in Russian. If you will not understand the code, can be translated into English, by Google. But this is not so fast. Module, standalone, I did I connect the plug-in, so that the sample itse...
by mrLion
14.04.2012, 09:22
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZPgEventAlerter modification
Replies: 10
Views: 2311

markus , Friend, this component has another implicit, to a critical error! If we take a rather frequent situation where the same message is processed in different windows, we find the problem. When you close a window in the "garbage collection" we must remove all the service's server, we ...
by mrLion
29.11.2011, 15:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Another UTF8 problem (with SQLite this time)
Replies: 7
Views: 1154

jeremicm, in windows server use codepage=win1251. also if you DB use UTF8! threefore stil problem with russian codepage: write with use params SQL store in DB ????.
by mrLion
17.08.2011, 16:27
Forum: User Patches
Topic: Postgre SQL Events Alerter
Replies: 19
Views: 5276

rjuju , Friend, this component is very crude. I use a different code written in C + +, which can get the desired result. And among other things, what you want - implemented only in version PostgreSQL 9.x. So use the database version 9.x and above. True to her not been working for himself ZEOS. Oh, ...
by mrLion
08.08.2011, 20:44
Forum: Firebird
Topic: Query string too long
Replies: 3
Views: 1569

christensen, use multistring SQL.

.....SQL.Add("..... string 1.......");
.....SQL.Add("..... string 2.......");

.......
by mrLion
05.08.2011, 13:35
Forum: User Contributions
Topic: ZEOS inside FastReport 4.x
Replies: 5
Views: 4259

elidorio2, no problem. use it. Any question?
And see to prev post.
by mrLion
30.07.2011, 18:09
Forum: 6.1.5
Topic: How to include VCL50.bpl into exe???
Replies: 2
Views: 4985

project->options->Packages
set to OFF "Build with runtime...."
that is all.

Oh, anything else: rebuild project. :)
by mrLion
17.07.2011, 16:41
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Setting up Unicode connection with Zeos 7
Replies: 5
Views: 868

try fieldByName().AsWideString ????
by mrLion
08.07.2011, 20:01
Forum: MS SQL Server
Topic: Problem with String Fields Zeos 7
Replies: 7
Views: 2298

andrea.lai, Only .FieldByName? or FieldByName().AsString?
hm... in my projects PostgreSQL 8 + ZEOS 7 in second case all working correct.
by mrLion
10.06.2011, 12:04
Forum: ZeosLib 7.0 Beta Forum
Topic: How to install Zeoslib on Delphi XE?
Replies: 7
Views: 2007

meltoywerks, atest version does not work with Delphi XE I had to edit and recompile the source code. Sorry message on russian :)
by mrLion
10.04.2011, 19:36
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug when i connect with zconnection
Replies: 4
Views: 756

What database? And what you are use Delphi or C++? Try to cath Exception in "try... finally " or "try catch" block for get all info about raised error. ZEOS raised ZException errors, so you messages indicates what problem not ZEOS-lib.
by mrLion
10.04.2011, 09:18
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug when i connect with zconnection
Replies: 4
Views: 756

lavoro92, It's your fault and not ZEOS. You have the same plain language states that the program can not find the DLL. NTWDBLIB.Dll Apparently this is a library to access your database.
by mrLion
07.04.2011, 05:41
Forum: ZeosLib 7.0 Beta Forum
Topic: Patch for direct access to the API PostgreSQL
Replies: 2
Views: 631

mdaems, For sure I will not open "terrible" secret that the use of low-level API sometimes much more effective. Many thanks for the quick response to my request.
by mrLion
04.04.2011, 11:38
Forum: ZeosLib 7.0 Beta Forum
Topic: Patch for direct access to the API PostgreSQL
Replies: 2
Views: 631

Patch for direct access to the API PostgreSQL

The work often arises the need for direct access to the API database PostgreSQL. In version ZEOS 6.x get a reference to the function was quite simple, but in 7.0 it somehow disappeared. I ask you to add a given patch. --- D:/Design/ZEOS7Alpha/src/plain/ZPlainPostgreSqlDriver.pas Вс ноя 21 12:31:26 2...