Search found 129 matches

by aperger
14.09.2010, 14:53
Forum: User Patches
Topic: [patch_done] ADO - 7.0.0-dev (rev.812)
Replies: 2
Views: 1355

[patch_done] ADO - 7.0.0-dev (rev.812)

This patch fixes handling of the Unicode string fields under D2010: Index: dbc/ZDbcAdoUtils.pas =================================================================== --- dbc/ZDbcAdoUtils.pas (revision 812) +++ dbc/ZDbcAdoUtils.pas (working copy) @@ -286,6 +286,7 @@ {$ENDIF} varStrArg: Result := adWCha...
by aperger
22.03.2010, 09:30
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

Hi Mark,

As I could find this "BUG?", I will inform you...
Thanks for the commit.

Attila
by aperger
19.03.2010, 00:43
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

Hi mdaems, Sorry for the late answer, but I have no time to do tests with MySQL. I do test according to your idea (ZDbcMySql.pas): { Sets a client codepage. } if FClientCodePage <> '' then begin {$IFDEF DELPHI12_UP} SQL := PAnsiChar(UTF8String(Format('SET NAMES ''%s''', [FClientCodePage]))); {$ELSE}...
by aperger
08.02.2010, 23:06
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010 - Compile, Install - But no components
Replies: 25
Views: 10547

Yes, OS "PATH" environment variable, NOT under Delphi. Sorry!
:-)
by aperger
04.02.2010, 22:50
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

You idea sounds good... :-) Thanks for it. According to the MySQL OnLine help (version 5.0), we should set all of the following parameters: SET NAMES 'utf8'; SET CHARACTER SET utf8; SET character_set_client = utf8; SET character_set_results = utf8; SET collation_connection = utf8_hungarian_ci; BUT I...
by aperger
04.02.2010, 11:49
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

I don't understand your question exactly, but themeaning, it looks me do not need to modify any ZeOS source...
Before or After the connection the programmer could set the locales setting.
by aperger
03.02.2010, 00:49
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

So... for MySQL ... the solution is very similar: Function: procedure TDM.SetMySQLCharSetAndCollation; begin (* Ez a megaoldás a ZeOS Buglistáján volt !!! // check version if 4.1 if conDB.Protocol='mysql-4.1' then qGeneral.SQL.Text := 'SET NAMES ''latin2'' ' else // if not 4.1 qGeneral.SQL.Text := '...
by aperger
02.02.2010, 23:22
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

Hi Again. I do some test and I use connection properties to solve the problem, please test it: Befor the application starts: {$IFDEF LINUX} langenv:=GetEnvironmentVariable('LANG'); pos:=AnsiPos('.',langenv); if pos>0 then begin codepage:=Copy(langenv,pos+1,Length(langenv)-pos); end else begin codepa...
by aperger
02.02.2010, 22:48
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Delphi 2010 + MySQL + UTF8
Replies: 51
Views: 13978

Hi "mdaems" and "KDeveloper2", I had Delphi 7 (with Crosskylix - K3), and Delphi 2005, and Delphi 2010 installed in my PC. So.... If you have any solution what I can test or I can do some small fixes... maybe. Please call me or send your modification. I am planning to move my Sto...
by aperger
29.01.2010, 13:50
Forum: ZeosLib 7.0 Beta Forum
Topic: Solved: Use under Delphi 2010 (Update 4-5, new install )
Replies: 2
Views: 891

Solution

I add ".....\SVN-Trunk\packages\delphi14\build" into my "PATH" environment variable. It looks me the ZeOS package under D2005/D7 are store the BPL file in: "C:\Documents and Settings\aperger\Dokumentumok\Borland Studio Projects\Bpl" directory which is in the PATH, but u...
by aperger
28.01.2010, 23:50
Forum: ZeosLib 7.0 Beta Forum
Topic: Solved: Use under Delphi 2010 (Update 4-5, new install )
Replies: 2
Views: 891

Solved: Use under Delphi 2010 (Update 4-5, new install )

Hi all, On the attached pictures you can see my problem. I was able to install the latest SVN version and the test alphe version of ZEOSDBO packages. But both of them required some modification: I always should remove ZDbc requirements from "ZComponentDesign" package and add again. After t...
by aperger
08.01.2009, 14:53
Forum: 6.6 - stable
Topic: Is SVN repository avalailable
Replies: 2
Views: 348

Thanks. This new URL is working.
by aperger
08.01.2009, 14:28
Forum: 6.6 - stable
Topic: Is SVN repository avalailable
Replies: 2
Views: 348

Is SVN repository avalailable

Hi All,

It looks me, the Subverion is not running on svn://firmos.at/zeos/. How can I rich the SVN repsitory?

Thanks for the help.

Attila