Search found 9 matches

by zeljko
18.02.2009, 15:56
Forum: 6.6 - stable
Topic: Error installing zeoz in lazarus (linux)
Replies: 14
Views: 2079

It's wrong - lazarus version shouldn't use libc but baseunix (I've tested it on linux & macosx). Libc is completely unneeded here, so developers should remove it in case of LCL.
by zeljko
25.02.2007, 19:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Create function
Replies: 2
Views: 669

No, I don't think that's possible (I've tried to make such functions in pascal, but it doesn't work), then I've written an small C lib with my set of functions and it works in sqlite.
by zeljko
18.02.2007, 21:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: PostgreSQL 8.1 Zeoslib 6.6 and UTF8
Replies: 6
Views: 3990

I have similar problem ( also PostgreSQL )... I can't insert in table any values containing Serbian Latin letters ( ŠĐĆŽČćžšđč ) from my program but when I try to insert the values through pgAdmin with query: insert into katalog(ID, Naziv) values(18, 'ŠĐćžšđ') everything works OK ( database and tab...
by zeljko
17.10.2005, 13:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2627

OK, i set LANG variable to hr_HR, but it's same!! It cannot be the same. I have more than 400 postgresql installations (mostly redhat based) and few debian's, and everything is correct. Maybe you should drop your db now, and make again initdb ,so it will create template0 and template1 with hr_HR. I...
by zeljko
16.10.2005, 09:44
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2627

On postgresql server output is empty single line, on red hat printout is en_US.
This should be hr_HR so, env vars are not correct on your machines.
by zeljko
14.10.2005, 16:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2627

hm, what is result of command echo $LANG on your machine ??
by zeljko
14.10.2005, 12:32
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2627

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't...
by zeljko
14.10.2005, 06:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Kylix, ZeosDBO and PostgreSQL
Replies: 12
Views: 2627

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 Smile...
by zeljko
08.10.2005, 09:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Database notifications
Replies: 0
Views: 836

Database notifications

I've seen implementation of IZNotification in dbc (latest alpha), so is it useable at the moment (postgres) ?