Search found 129 matches

by aperger
14.08.2006, 23:16
Forum: 6.1.5
Topic: Cannot Install in kylix 3
Replies: 4
Views: 3462

Hi,
Please take a look:
Link

Attila

PS: and use the latest version form SVN testing branch
Link
by aperger
09.08.2006, 08:52
Forum: Off Topic
Topic: Smart Storage invoice and storage system
Replies: 4
Views: 24062

FireBird (1.0-1.5) or (PostgreSQL 7.3-8.1) need to be installed
by aperger
09.08.2006, 08:43
Forum: Off Topic
Topic: Smart Storage invoice and storage system
Replies: 4
Views: 24062

by aperger
08.08.2006, 14:40
Forum: Off Topic
Topic: Smart Storage invoice and storage system
Replies: 4
Views: 24062

Smart Storage invoice and storage system

Hi All, I develop an application with Delphi7 (CLX) and Kylix3 which uses ZeOS database components. This system is running on MS Windows and Linux (x86) too. The system can use more than one "DB protocol": It can connect and run on PostgreSQL 7-8, FireBird 1.0.-1.5 and MSSQL 2000 server. T...
by aperger
26.07.2006, 13:29
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bytea/blob - PostgreSQL - UNICODE/UTF8
Replies: 16
Views: 5094

It is ok.

THANX

Attila
by aperger
26.07.2006, 10:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bytea/blob - PostgreSQL - UNICODE/UTF8
Replies: 16
Views: 5094

Hi. This patch was made for revision 86 (test branch) :-) Did you apply it or not?
by aperger
26.07.2006, 09:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bytea/blob - PostgreSQL - UNICODE/UTF8
Replies: 16
Views: 5094

Hi The link is working for me... PATCH: Index: src/dbc/ZDbcPostgreSqlStatement.pas =================================================================== --- src/dbc/ZDbcPostgreSqlStatement.pas (revision 86) +++ src/dbc/ZDbcPostgreSqlStatement.pas (working copy) @@ -377,9 +377,14 @@ end else begin + (*...
by aperger
26.07.2006, 01:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Bytea/blob - PostgreSQL - UNICODE/UTF8
Replies: 16
Views: 5094

Bytea/blob - PostgreSQL - UNICODE/UTF8

Hi Developers, I can find a solution to solve my problem From the http://hup.hu pages I got a mail with 2 links: http://sourceforge.net/tracker/index.php?func=detail&aid=1484704&group_id=35994&atid=415824 http://sourceforge.net/tracker/index.php?func=detail&aid=1520587&group_id=3...
by aperger
25.07.2006, 16:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle - Create TRIGGER - TZSQLProcessor
Replies: 3
Views: 1292

Hi,

Yes, the "end-of-line.... " is the prblem. But there are a most important problem for me: Can you take a look? http://zeos.firmos.at/viewtopic.php?t=671

Thank you.

Attila

Only If you have time :-)
by aperger
25.07.2006, 13:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Oracle - Create TRIGGER - TZSQLProcessor
Replies: 3
Views: 1292

Oracle - Create TRIGGER - TZSQLProcessor

Hi All, i have trigger: CREATE TRIGGER TRIPORTOK_INSERT_AZON BEFORE INSERT ON TRIPORTOK FOR EACH ROW DECLARE BEGIN EXECUTE IMMEDIATE 'SELECT TRIPORTOK_FAZONOSITO_SEQ.NEXTVAL FROM DUAL' INTO :NEW.FAZONOSITO; END; If I run this SQL command in "Oracle 9i SQL Plus" it works OK. If I call this ...
by aperger
24.07.2006, 16:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: UNICODE - PostgreSQL - Delphi7/Kylix3
Replies: 3
Views: 1276

Here is the stucture: CREATE TABLE tbeallit ( fcegnev varchar(100), fcegorszag varchar(100), fcegirsz varchar(70), fcegtelep varchar(100), fcegutca varchar(100), fcegtel varchar(70), fcegfax varchar(70), fcegemail varchar(100), fcegbankszla varchar(100), fcegdevizaszla1 varchar(100), fcegdevizaszla2...
by aperger
24.07.2006, 12:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: UNICODE - PostgreSQL - Delphi7/Kylix3
Replies: 3
Views: 1276

Hi Developers, This is the Prepared statement (function TZEmulatedPreparedStatement.PrepareSQLQuery) from debug under Kylix 3. The last parameter whant to be an image (FSZLAEMBLEMA). how can I solve this problem? Can anybody help? UPDATE TBEALLIT SET FCEGNEV = 'PergerSoft', FCEGORSZAG = 'Hungary', F...
by aperger
22.07.2006, 17:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: different TZConnection classes for diferent sql servers
Replies: 12
Views: 1801

Hi 1. As is know the Borland Pascal compiler is a mart compiler. It will link only the needed parts into your program. Use {$IFDEF} please! 2. To create separated TZxxConnection components is not a good idea, because againsts with the menaing of multi DB engine -> handles more and more DB type with ...
by aperger
21.07.2006, 01:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: UNICODE - PostgreSQL - Delphi7/Kylix3
Replies: 3
Views: 1276

UNICODE - PostgreSQL - Delphi7/Kylix3

Hi All, I have a problem. I am planing to use UNICODE based PostgreSQL databases, but when I wanted to save text into a text-field I got error: byte sequence is not correct for encoding "UNICODE". Can anybody help me? Did I forget to convert latin2 -> utf8? Under FC4-Linux/Kylix3 this happ...
by aperger
20.07.2006, 09:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Ado protocol = TZQuery problem rev 82.
Replies: 27
Views: 6949

Terence wrote:Would you test it a last time, just to be sure, then i will commit
http://cforce.dnsalias.org/files/patch_ ... ev82.patch
Hi,
It is ok for me AND I have already test it.
Thanx.
Attila.