Search found 202 matches

by ism
19.05.2012, 17:14
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12747

EgonHugeist
I think he will cope with the Google translator :)

Forget about it
by ism
19.05.2012, 10:46
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12747

DoctorZLO 1 В mysql есть несколько типов полей timestamp и datetime , иногда они ведут себя по разному 2 Можно попробовать через UpdateSQL принудительно обновляя через id ZQuery1.SQL.Text:='select id,str_ from new_table1' ZQuery1.UpdateObject:=ZUpdateSQL1 ZUpdateSQL1.ModifySQL:='update new_table1 se...
by ism
18.05.2012, 23:01
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

All compiled, thanks
by ism
18.05.2012, 22:49
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

Ups, not compile DriverManager.LogMessage(lcConnect, PlainDriver.GetProtocol, LogMessage); LogMessage := 'set textlimit=2147483647'; if GetPlainDriver.dbsetopt(FHandle, GetPlainDriver.GetVariables.dboptions[Z_TEXTSIZE] , '2147483647') <> DBSUCCEED then <-------------------- CheckDBLibError(lcConnect...
by ism
18.05.2012, 22:21
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

Ansi string length and UTF8 string length can be different. Potentially this may result to crash
by ism
18.05.2012, 22:14
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Only one record should have been updated...
Replies: 50
Views: 12747

DoctorZLO
Тебе рекомендуют не пудрить мозги ложными багрепортами и игрой в тролля. Не трать в пустую чужое время
В общем в гугл переводчик
by ism
14.05.2012, 22:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

With this patch for svn 1281 working Index: src/component/ZUpdateSqlEditor.pas =================================================================== --- src/component/ZUpdateSqlEditor.pas (revision 1281) +++ src/component/ZUpdateSqlEditor.pas (working copy) @@ -1017,7 +1017,8 @@ end; procedure TZUpdat...
by ism
14.05.2012, 22:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

svn 1281 Not compile in Linux 64 /home/stas/bin/testing-egonhugeist/src/dbc/ZDbcCache.pas(358,13) Error: Incompatible types: got "Boolean" expected "Int64" /home/stas/bin/testing-egonhugeist/src/dbc/ZDbcCache.pas(378,13) Error: Incompatible types: got "Boolean" expected...
by ism
12.05.2012, 21:38
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

And what about the D16-packagefolder? Is the last upgrade we did wrong?
No , need change name folder on Delphi_XE2 and other
More understandable
by ism
12.05.2012, 19:39
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

mrLion
Другие не поймут
by ism
12.05.2012, 19:28
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

mrLion
Problem in client problem charset, if client query send cp1251 and server utf8 (or vice versa) error is possible with Firebird
by ism
12.05.2012, 16:21
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

Maybe problem in Charset ? UTF8 http://www.firebirdfaq.org/faq342/ http://www.ibase.ru/unicode_faq.html Sorry for non english Я создал базу и таблицы в UTF8, подсоединился в UTF8, и получаю ошибку Malformed string Это значит, что данные, которые передаются на сервер, идут не в юникоде, а в какой-то ...
by ism
10.05.2012, 22:20
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85908

Hint Maybe rename testing-egonhugeist/packages/delphi16/ in testing-egonhugeist/packages/delphi_XE2/ testing-egonhugeist/packages/delphi15/ in testing-egonhugeist/packages/delphi_XE/ and so on Because it is difficult to understand for beginners where to get the package And need small install_readme....
by ism
06.05.2012, 22:16
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Error when install current svn at DelphXE2 upd4
Replies: 8
Views: 1254

If in compilation project you see

Code: Select all

[DCC Fatal Error] Project1.dpr(5): F1026 File not found: 'ZConnection.dcu'
Add in project options Search path ..\testing-egonhugeist\packages\delphi16\build
by ism
06.05.2012, 21:59
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Error when install current svn at DelphXE2 upd4
Replies: 8
Views: 1254

Oh my brains ! I forgot that I have in C:\Windows\System32 old bpl !

This packet must install http://workism.narod2.ru/archives/delphi16_work.7z

Open ZeosDbo.groupproj
Right click in ZComponentDesign and install
All

Tested on Delphi XE2 last

Please , test