Search found 5 matches

by delphi887
21.01.2013, 06:03
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] problem with zeos 7.03-stable in UTF8 strings
Replies: 10
Views: 1581

and I conclude that Delphi887 has a local issue and did not encounter a bug. hi aliboy :) No i change it : Fields .Size := ResultSet.GetMetadata.GetColumnDisplaySize(I+1); with: Fields .DisplayWidth :=ResultSet.GetMetadata.GetColumnDisplaySize(I+1); and The program is working properly. :wink:
by delphi887
21.01.2013, 05:52
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] problem with zeos 7.03-stable in UTF8 strings
Replies: 10
Views: 1581

delphi887 , issue found. open ZAbstractRODataset.pas. Goto line 1757 and replace Fields .Size := ResultSet.GetMetadata.GetColumnDisplaySize(I+1); with: Fields .DisplayWidth := ResultSet.GetMetadata.GetColumnDisplaySize(I+1); Thanks. Patch done R2134 \testing-7.1 (SVN) will be backported to 7.0.4 so...
by delphi887
20.01.2013, 16:03
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] problem with zeos 7.03-stable in UTF8 strings
Replies: 10
Views: 1581

hi
i attached a little project and SQL Script for create database and table and a picture from project created with Zeos 7.0.0-dev working completly.
if you check data in the mysql workbench or phpmyadmin they are string complete but in project and Zeos 7.03 UTF8 string shorted.
tank you for helping
by delphi887
20.01.2013, 10:27
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] problem with zeos 7.03-stable in UTF8 strings
Replies: 10
Views: 1581

EgonHugeist wrote:delphi887,

Can you plaese attach a little demo with a small create script? It should be equal to the table where you've got your problems.
OK thanks for help :)
i create a simple demo project and mysql script Database very soon and attached for you .
by delphi887
20.01.2013, 07:29
Forum: ZeosLib 7.0 Stable Forum
Topic: [patch_done] problem with zeos 7.03-stable in UTF8 strings
Replies: 10
Views: 1581

[patch_done] problem with zeos 7.03-stable in UTF8 strings

hi every body :) i used Zeos 7.0.0-dev for develop my application in lazarus 1.04 in Kubuntu 12.10 and windows XP with Mysql . recently i upgrade Zeos to 7.03 stable and Occurred any problem in my project string saved in database with UTF8 and Persian language. in version 7.0.0-dev working fine but ...