Search found 5 matches

by Domo Sokrat
09.02.2006, 19:14
Forum: Firebird
Topic: Delphi7 Firebird embedded
Replies: 6
Views: 5455

Hi mcb, the only existing problem I know is if you are connected to an FB embedded server at design time (ZConnection.active = true) and then start the program from IDE because the database is already in use from IDE. Using an embedded FB Server you can only connect once to a database! A second conn...
by Domo Sokrat
22.12.2005, 09:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: DGBrid and float with Zeos?
Replies: 1
Views: 906

Hi martinalex, :shock: DBGrids & ZeosLib DBOs & persistent fields & formatted floats won't cause any problems! I added a little sample (D2005 and ZeosLib DBO - latest CVS release) that uses the zeoslib test database (table "cargo" and its float field "c_cost"). It Run...
by Domo Sokrat
19.12.2005, 13:54
Forum: Firebird
Topic: ZEOS, Firebird and German Umlaute
Replies: 4
Views: 2874

Hi Josef,

the same error occurs in my sample app if I use

Code: Select all

lc_ctype=ISO8859_1
Using

Code: Select all

Codepage=ISO8859_1
works perfectly!

Regards.

Btw: Created my sample database with default charset ISO8859_1 and created the test table without specifying the characterset in my CREATE TABLE command...
by Domo Sokrat
19.12.2005, 11:22
Forum: Firebird
Topic: ZEOS, Firebird and German Umlaute
Replies: 4
Views: 2874

Hi Josef, :shock: did you create your database with default character set " ISO8859_1 "? And did you set the codepage for ZConnection that way ?... [syntax="delphi"]ZConnection.Properties.Add ('lc_ctype=ISO8859_1'); or ZConnection.Properties.Add ('Codepage=ISO8859_1');[/syntax]
by Domo Sokrat
22.09.2005, 14:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 2005 and MySQL 5
Replies: 8
Views: 3874

Hi!

[ot]I tested Firebird 2.0 with the ZeosLib 1.5-driver. Runs as far as I can tell without any problems. No renaming of dlls or something like this :mrgreen:[/ot]