Search found 14 matches

by amos
29.11.2005, 13:44
Forum: 6.1.5
Topic: Zeos + (Delphi OR Kylix) + CrossKylix
Replies: 2
Views: 1222

I tried with LANG, and now i can read 6 out of 10 characters!!

Any other idea?

Thx
by amos
28.11.2005, 16:31
Forum: 6.1.5
Topic: Zeos + (Delphi OR Kylix) + CrossKylix
Replies: 2
Views: 1222

Zeos + (Delphi OR Kylix) + CrossKylix

OK, now i started to play with firebird, and i like it. It's working fine, no problem with foreign characters, and so on... I'm developing in Delphi 7 (WinXP) with CrossKylix plugin. Everything is working fine here!! :-) Now, my problem is that if I input something in database in linux over embeded ...
by amos
02.11.2005, 13:35
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySql, Float and ZeosDbo
Replies: 5
Views: 1649

OK, I'm not that sure, but I think in a query like yours SELECT * FROM RacunGL, Artikli WHERE (RacunGl.IdRacunGL = :ID) AND Artikli.IdArtikli IN (RacunGl.IdAtrikla) changing a field should not work anyway - not with floats and not with integers. If it works with integers, this should be the bug. My...
by amos
01.11.2005, 10:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySql, Float and ZeosDbo
Replies: 5
Views: 1649

Could you be more precise? With "whole number" you mean integer? Any ReadOnly-property (TZQuery/TZTable or TZConnection) set true? Do you use TZQuery or TZTable? Any SQL-statement in the TZQuery? To be complete: please post the sql-statement to create the table with the problematic field....
by amos
28.10.2005, 18:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySql, Float and ZeosDbo
Replies: 5
Views: 1649

OK, i tried with BDE and it works!!!
Who is crazy here?!??

Plz help, because i can't switch to bde (and i like zeos (at least till now!! :-( ))!
by amos
28.10.2005, 16:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySql, Float and ZeosDbo
Replies: 5
Views: 1649

MySql, Float and ZeosDbo

I have a problem with above combination... Delphi 7, ZeosDbo (6.1.5 & 6.5.1) and MySql 4.1. The problem is that if I put a whole number in float field, i can change it, but if i put a float number (eg. 6,35) the problem is that i can't change the value any more!!! And when in a field is whole nu...
by amos
28.10.2005, 14:50
Forum: 6.1.5
Topic: MySql, Float nad ZeosDbo
Replies: 1
Views: 871

MySql, Float nad ZeosDbo

I have a problem with above combination... Delphi 7, ZeosDbo (6.1.5 & 6.5.1) and MySql 4.1. The problem is that if I put a whole number in float field, i can change it, but if i put a float number (eg. 6,35) the problem is that i can't change the value any more!!! And when in a field is whole nu...
by amos
16.10.2005, 16:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

OK, i set LANG variable to hr_HR, but it's same!!
by amos
16.10.2005, 15:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

aperger wrote: When you create the DB set encoding / characterset!!!
Attila
Yes, I did!

I will try to do like Zeljko said.
by amos
15.10.2005, 15:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

i think i'm gona go crazy!!!
I installed delphi on winxp computer and zeos 6.1.5 stable, and it have same problem!!!
Croatian letters are not correctly inserted in database!!

Where is the problem?!? I don't have any more ideas!!

Thx

--
That's all from Amos Sam
by amos
14.10.2005, 19:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

On postgresql server output is empty single line, on red hat printout is en_US.
by amos
14.10.2005, 12:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

client_encoding CANNOT be hr_HR or en_US or similar. take a look here for proper encodings http://k12linux.mesd.k12.or.us/docs/postgres/multibyte.html my databases on linux uses sql_ascii per default, but WinXP db's uses LATIN2, because of multiplatform client apps and letter encodings (yes, I don'...
by amos
14.10.2005, 08:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

zeljko wrote:
(cut) db must run with LATIN2 encoding.(cut)
It does contains hr_HR, and initdb was created with hr_HR, but i'm not sure about above. where and how do i set that?
and client_encoding is set to hr_HR !!

Thx

--
That's all from Amos Sam
by amos
13.10.2005, 20:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2663

Kylix, ZeosDBO and PostgreSQL

Hello I searched, and searched but i can't find solution... Problem no.1: I have postgresql server on gentoo 2005.1, where every thing works. Programing is done on separate computer with Red Hat 7.2. There is no problem if i use only us characters, but if i use croatian character (šđčćž - these one ...