Search found 62 matches

by DoctorZLO
18.05.2012, 13:23
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

procedure TForm1.Button2Click(Sender: TObject); begin Q_Name.Edit; Q_Name.FieldByName('test').AsString := TimeToStr(Time); Q_Name.Post; Q_Name.Edit; Q_Name.FieldByName('test').AsString := TimeToStr(Time); Q_Name.Post; end; procedure TForm1.Button2Click(Sender: TObject); begin Q_Name.Edit; Q_Name.Fie...
by DoctorZLO
25.04.2012, 11:42
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

I left a bug ... ZEOS 1192... Windows XP...
by DoctorZLO
11.04.2012, 11:40
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

To edit an error. I click to continue until the error is gone. Then again, there is no error to edit. I´m using revision 1144.
by DoctorZLO
22.03.2012, 19:07
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

ism wrote:or try lastest commit from testing-egonhugeist or testing
???

You had such a mistake?
by DoctorZLO
19.03.2012, 08:30
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

Go on as you asked ...
Выкладываю, как Вы и просили...
by DoctorZLO
19.03.2012, 08:25
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

ism wrote:Need example project and database dump.
To run the script using dbforge mysql ...
by DoctorZLO
16.03.2012, 15:27
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

EgonHugeist wrote:curious, can't see source diffs between 6.6.6 and 7.0.0 in this case..

which compiler did you use for 6.6.6 ?
I use for 6.6.6 delphi 7, for 7.0.0 i use delphi 2010 :)
ZEOS 6.6.6 does not support Delphi 2010 :)
by DoctorZLO
16.03.2012, 11:38
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

That's how this works too! :)

Q_Name.Edit;
Q_Name.FieldByName('PR_Time').AsDateTime := Time;
Q_Name.Post;

ShowMessage('');

Q_Name.Edit;
Q_Name.FieldByName('PR_Time').AsDateTime := Time;
Q_Name.Post;
by DoctorZLO
16.03.2012, 11:35
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

Before you write, I have updated ZEOS 7.0.0 using ЕortoiseSVN (03/16/2012). Then reinstalled ZEOS. But the error remained.

Preprepsre SQL-Step I do not use...

I answered correctly?
by DoctorZLO
16.03.2012, 10:25
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

ZEOS 7.0.0 + Delphi 2010 + MySQL 5.0.27
I answered correctly? :)
Do you want to know?
by DoctorZLO
16.03.2012, 08:19
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12381

If you write well, then there are no errors: Q_Name.Edit; Q_Name.FieldByName('PR_Time').AsString := TimeToStr(Time); Q_Name.Post; Q_Name.Edit; Q_Name.FieldByName('PR_Time').AsString := TimeToStr(Time); Q_Name.Post; ZEOS 6.6.6-stable - no errors. Еried at the last updated ZEOS 7.0.0
by DoctorZLO
16.03.2012, 07:54
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
Replies: 19
Views: 2571

Problem solved ... Decided to download an update from here ZEOS
http://zeos.firmos.at/viewtopic.php?t=3427
Thank you!

Проблема решена... Решил скачав отсюда обновленный ZEOS http://zeos.firmos.at/viewtopic.php?t=3427
Спасибо!
by DoctorZLO
14.03.2012, 06:32
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + ZEOS 7.0.0 + MySQL + cxGrid
Replies: 49
Views: 7309

Problem solved ... Decided to download an update from here ZEOS
http://zeos.firmos.at/viewtopic.php?t=3427
Thank you!

Проблема решена... Решил скачав отсюда обновленный ZEOS http://zeos.firmos.at/viewtopic.php?t=3427
Спасибо!
by DoctorZLO
13.03.2012, 17:37
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] DevExpress (quantumgrid) and ZeosLib
Replies: 19
Views: 2571

How to install patch?