Search found 24 matches

by merovingio
16.10.2013, 10:52
Forum: ZeosLib 7.0 Stable Forum
Topic: have any new version for XE5?
Replies: 12
Views: 4658

Re: have any new version for XE5?

HI all!
I work to adapt XE4 projects to XE5.
but when I rename project ZCore180.bpl in ZCore190.bpl is changed in ZCore190180.bpl.

How can to do?

Thanks.
by merovingio
05.09.2012, 07:48
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

Hi! I have created "delphi Xe2.patch" where are add several files at XE2 projects.
by merovingio
05.09.2012, 07:43
Forum: ZeosLib 7.0 Beta Forum
Topic: Project update.
Replies: 4
Views: 856

Delphi XE2 project debug

XE2 ZEODBO projects are inclompleted. I have add several files at several projects. [DCC Fatal Error] ZAbstractConnection.pas(64): F1026 File not found: 'ZDbcAdo.dcu' [DCC Fatal Error] ZDbcAdo.pas(62): F1026 File not found: 'ZPlainAdoDriver.dcu' [DCC Fatal Error] ZDbcAdo.pas(62): F1026 File not foun...
by merovingio
04.09.2012, 21:26
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

I try

I try... thanks!
by merovingio
03.09.2012, 16:50
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

I need User and Password.
by merovingio
03.09.2012, 16:43
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

Hi!
I never work with TortoiseSVN.
Today I found a little manual (or look on youtube).
Scuse me... for poor english.
by merovingio
03.09.2012, 16:21
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] ZeosLib7 rev1684 warning fix
Replies: 20
Views: 2436

[DCC Hint] ZConnectionGroup.pas(131): H2164 Variable 'Curren

procedure TZConnectionGroup.Change; var i:Integer; // Current: TZConnectionGroupLink; I have only commented. begin if Assigned(FOnChange) then begin FOnChange(Self); end; if FClients <> nil then for I := 0 to FClients.Count - 1 do TZConnectionGroupLink(FClients ).Change; end;
by merovingio
28.08.2012, 14:40
Forum: ZeosLib 7.0 Beta Forum
Topic: Project update.
Replies: 4
Views: 856

Thanks EgonHugeist!

Thanks EgonHugeist!
I am a preistoric animal (work only in C) ad I am old...
I speak only italian and I have very difficult to write other languages.
by merovingio
27.08.2012, 11:11
Forum: ZeosLib 7.0 Beta Forum
Topic: Project update.
Replies: 4
Views: 856

Project update.

Hi! I have modified projects build paths from "build" to "$(PackagesPath)build". and add in "Tools->Options->Environment Options->Environment Variables" PackagesPath=\packages\ using PackagesPath is to easy to embedded all "Z" projects. Question: exist Italian...
by merovingio
25.08.2012, 21:10
Forum: ZeosLib 7.0 Beta Forum
Topic: I Search ZeosLib C++Builder user
Replies: 13
Views: 2198

Thanks!

Thanks all!
by merovingio
25.08.2012, 14:12
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Where is mistake?
Replies: 8
Views: 1193

view your zeos application

Hi! EgonHugeist... have you on youtube your zeos application?
by merovingio
22.08.2012, 10:01
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Where is mistake?
Replies: 8
Views: 1193

The probles is in table format.

Thanks for your help.

Today, changed type from InnoDB to MyIsam.
Using same application the update table is in realtime!!!
Strange!
by merovingio
21.08.2012, 17:27
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Where is mistake?
Replies: 8
Views: 1193

Solution found.

I've solved the problem.
It is because mysql server delay tables updates.
Returning home I found update tables with right values...
after several minutes from append queries.
by merovingio
21.08.2012, 15:14
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Where is mistake?
Replies: 8
Views: 1193

Usign zTable result non change. datam->ZTable1->Active = true; datam->ZTable1->Append(); datam->ZTable1->FieldByName("id_user")->AsInteger = 10; datam->ZTable1->FieldByName("rts")->AsString = "0517"; datam->ZTable1->FieldByName("id_host")->AsString = "PSR...
by merovingio
21.08.2012, 14:36
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] Where is mistake?
Replies: 8
Views: 1193

[solved] Where is mistake?

Hi! i have execute query AnsiString qry = "insert into cases (id_user,rts,id_host,id_manager) "; qry+= "values (:idu,:rts,:idh,:idm)"; datam->zQuery->Active = false; datam->zQuery->SQL->Text = qry; datam->zQuery->Prepare(); datam->zQuery->ParamByName("idu")->AsInteger =...