Search found 1934 matches

by EgonHugeist
13.03.2012, 18:43
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85990

Can you you give me some code-snippets or table definitions? Your used compiler eventually. Some more details are helpfull to verify your post. Best way to do this write me a private message... I know that we've a String-field limit in the sources. MySQL-supports veeeeerrrryyyyy long Varchar-Fields....
by EgonHugeist
11.03.2012, 19:26
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

ism,

report the problem to FPC/Lazarus-Forum..
by EgonHugeist
10.03.2012, 18:10
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

Hmm here i thing the Grid did not update the TField. Which means press insert on the DBNavigator then type in your russian chars. Change the cursor-position to your id Field. And click post on the Navigator. Are the changes posted? If this is true then Zeos isn't the Problem here...
by EgonHugeist
10.03.2012, 15:52
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

I don't belive it's a MySQL problem... Actually i'm going deeper in the Dbc-Layers to see if it's possible there...
by EgonHugeist
10.03.2012, 15:31
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

ism , you're a man of spoken words. You said you want help and you do. I like it. If the trunk has the same problems than it seems really like a Lazarus problem... It would be wonderfull to get the reason why it happens and/or a solution... It makes me a little bit wondering why we've no report abo...
by EgonHugeist
10.03.2012, 13:50
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

random bugs are difficult.
Do you see source-differences between MSWINDOWS vs. UNIX?
Do you've findings?
How did you inserted the other displayed values of your example on topic?
by EgonHugeist
10.03.2012, 13:48
Forum: ZeosLib 7.0 Beta Forum
Topic: Another UTF8 problem (with SQLite this time)
Replies: 7
Views: 1183

jeremicm,

I've detected some mistakes on the String-casts. I think i've solved this all in my private branch \testing-egonhugeist..

the "how to" you'll find here http://zeos.firmos.at/viewtopic.php?t=3427

please read carefully...

best regards
by EgonHugeist
09.03.2012, 22:19
Forum: ZeosLib 7.0 Beta Forum
Topic: INSERT UPDATE
Replies: 2
Views: 911

Can you export some code-lines concerning the auto-inc, eventually? I use triggers or stored-procedures to solve this like you wrote. I don't understand why the ZSequence returns allways the same value. Normaly it calls the server for (Interbase) GEN_ID(Genarator/Sequence-name). Can you debug out wh...
by EgonHugeist
09.03.2012, 21:47
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

Uppps whats that? That means we've a problem on setting the data between DB.TField and the AbstactRODataSet. There i did no work. Start to study me in what and why it happens... ism , can you please open the ZDateSetUtils.pas go to line 516 of procedure PostToResultSet(ResultSet: IZResultSet; const ...
by EgonHugeist
09.03.2012, 19:57
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

Can you debug out: TZDbcGenericResolver.pas procedure TZGenericCachedResolver.FillStatement(Statement: IZPreparedStatement; Params: TObjectList; OldRowAccessor, NewRowAccessor: TZRowAccessor); and check the Values at line 600 (set a breakpoint just befure you'll post the row): Statement.SetString(I ...
by EgonHugeist
09.03.2012, 19:38
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Bug insert record russian symbols Linux Lazarus
Replies: 21
Views: 2541

Changed GetString-default for FPC to:

GetString(ColumnIndex: Integer; const CharEncoding: TZCharEncoding = {$IFDEF FPC}ceUTF8{$ELSE}ceAnsi{$ENDIF}): Ansistring;

Eventually the FPC UTF8ToAnsi doesn't work for Linux..
That's something i wanted to do long times before.

Can you pleas verify? Changes?
by EgonHugeist
08.03.2012, 21:08
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] compile Linux Lazarus testing-egonhugeist r1055
Replies: 14
Views: 1875

ism,

commit your patch Rev. 1063. Thank you. That's what we need.

Best regards
by EgonHugeist
08.03.2012, 06:30
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] compile Linux Lazarus testing-egonhugeist r1055
Replies: 14
Views: 1875

ism,

did you check this on windows too?
by EgonHugeist
08.03.2012, 06:18
Forum: 6.6 - stable
Topic: SQLProcessor slow when handle thousand record
Replies: 5
Views: 1076

bgzretry , did you tried a prepared Statement too? Var PrepStatement: IZPreparedStatement; begin PrepStatement := ZConnection.DbcConnection.PrepareStatement('update tbharga Set HARGA= :Harga where NamaRs=' + RS + ' && KODEPRODUK=' + KodeProduk '); PrepStatement.Prepare; PrepStatement.SetInt...
by EgonHugeist
07.03.2012, 09:33
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] compile Linux Lazarus testing-egonhugeist r1055
Replies: 14
Views: 1875

Thank you ism and marcov.

Done in testing-egonhugeist 1062 too.

Marco can you work out the DynLibs-issues too?

Best regards