Search found 83 matches

by cipto_kh
23.08.2017, 08:04
Forum: ZeosLib 7.2 Forum
Topic: ZeosDBO 7.2.1 and PostgreSQLL pg_hba.conf error
Replies: 5
Views: 1027

Re: ZeosDBO 7.2.1 and PostgreSQLL pg_hba.conf error

Still error here. Same error.

Marsupilami, maybe you can copy your pg_hba.conf here so I can test it here.

And is there any property setting of TZConnection that differ when HostName=localhost changed to HostName=OFFICE-201 (OFFICE-201 is the same computer as localhost)?

Thank you
by cipto_kh
22.08.2017, 08:21
Forum: ZeosLib 7.2 Forum
Topic: ZeosDBO 7.2.1 and PostgreSQLL pg_hba.conf error
Replies: 5
Views: 1027

Re: ZeosDBO 7.2.1 and PostgreSQLL pg_hba.conf error

So what entry for ADDRESS IPv6? In IPv4 I use 0.0.0.0/0 to allow any IP connect to my OFFICE-201 computer (which is PostgreSQL database exists)

So In PostgeSQL itu must be defined for both IPv4 and IPv6?
Btw I use Windows 7 Prof Edition.

Thank you.
by cipto_kh
19.08.2017, 11:25
Forum: ZeosLib 7.2 Forum
Topic: ZeosDBO 7.2.1 and PostgreSQLL pg_hba.conf error
Replies: 5
Views: 1027

ZeosDBO 7.2.1 and PostgreSQLL pg_hba.conf error

Hi, I make a connection to PostgreSQL 9.6 with Delphi 7 and ZeosDBO 7.2.1-rc on my local computer. The database is on my local computer. If the HostName property of TZConnection set to "localhost" then it works perfectly. If I set the HostName property to my computer name (my local compute...
by cipto_kh
09.03.2011, 08:35
Forum: 6.6 - stable
Topic: firbird 2.1 and zeos
Replies: 3
Views: 632

I use Zeos version 6.6 with Firebird 2.1.3 & Delphi 7, there is no problem so far except for the master detail cache update bug that still exists :(
by cipto_kh
19.02.2011, 17:20
Forum: 6.6 - stable
Topic: Access violation firebird 2.5 Zeoslib 6.6.6
Replies: 9
Views: 1980

wich version of testing branch? or already in stable rev?

When Zeos will launch an update version for 6.x branch that compatible with Firebird 2.5 ?
by cipto_kh
09.10.2010, 02:59
Forum: 6.6 - stable
Topic: Access violation firebird 2.5 Zeoslib 6.6.6
Replies: 9
Views: 1980

How if access using the Firebird 2.1 protocol (not embedded protocol) on Zeos and then rename fbembed.dll to fbclient.dll? I usually do this trick to access embedded database so I donn't need to change my program if it goes client/server mode.
by cipto_kh
08.10.2010, 12:19
Forum: 6.6 - stable
Topic: Access violation firebird 2.5 Zeoslib 6.6.6
Replies: 9
Views: 1980

Yes I think Firebird 2.5 has some changes in API and Zeos must have the specific driver for 2.5 version. Is there any volunteer to work on that?
by cipto_kh
16.05.2009, 07:21
Forum: 6.6 - stable
Topic: Bug using Common Table Expression (CTE) in Firebird
Replies: 0
Views: 405

Bug using Common Table Expression (CTE) in Firebird

To reproduce that bug you can see in Mantis http://zeosbugs.firmos.at/view.php?id=177

This bug I think is related about how Zeos get the data type for the fields in a query. Maybe some members can solve that bugs?

TIA
by cipto_kh
14.02.2009, 05:02
Forum: 6.6 - stable
Topic: Firebird NUMERICs problem
Replies: 13
Views: 2802

I use with decimal and I always use formatFloat in Delphi for the numeric type eg: #,##0.## so it will be rounded by Delphi and user see the correct value. And for update that field from Delphi it also correct in the backend value. I think the problem is Zeos use single or double type for numeric fi...
by cipto_kh
31.01.2009, 05:30
Forum: 6.6 - stable
Topic: Firebird 2.1.1 and Zeos 6.6.4
Replies: 1
Views: 451

Yes you can use FB 2.1.1, I already used it and didn't find any big problem
by cipto_kh
31.12.2008, 09:29
Forum: ZeosLib 7.0 Beta Forum
Topic: gto's thoughts on Zeos architecture
Replies: 13
Views: 1847

Some of my opinion: 1. Improvement on Sort perfomance, I open a query which is have 420 record and make it sorted using Sorted Field property and the performance is slow about 2 second (no BLOB or unicode involved). 2. Improvement of IBEventAlerter, I think the name of this component should be gener...
by cipto_kh
08.08.2008, 10:33
Forum: User Patches
Topic: [patch_done] PostgreSQL UTF8 Charset Patch R3 for 6.6.2 RC
Replies: 9
Views: 2749

is this included in 6.6.3-stable version?
by cipto_kh
18.07.2008, 02:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11237

I just curious how to make a driver like that. I think there is a lot of functionality addition between FB 2.0 and 2.1, isn't it? If it covers the API changed for FB 2.1 then it should be added. As I know for example the 2.1 version has returning clause for insert or update and it is nice if the new...
by cipto_kh
18.07.2008, 01:43
Forum: Firebird
Topic: Firebird Embedded, anything I am doing wrong ?
Replies: 9
Views: 1881

@Mark
so the embedded protocol has another capability to handle which .dll should be loaded automatically (between normal .dll or embed .dll)?

@nath0rn
as mark says, I curious why you cann't use the embedded proctocol to connect normally on FB embed version, is it still have a problem now?
by cipto_kh
17.07.2008, 10:27
Forum: Firebird
Topic: Firebird Embedded, anything I am doing wrong ?
Replies: 9
Views: 1881

I forget, I use that trick with rename the fbembedd.dll to fbclient.dll