Search found 6 matches

by huelbert
30.07.2024, 19:08
Forum: ZeosLib 7.3/8.0 Forum
Topic: Problem check version Firebird connect with ZeosLib 8.0.0
Replies: 3
Views: 230

Problem check version Firebird connect with ZeosLib 8.0.0

When I connect to a Firebird 2.5 Windows server, ZeosLib 8.0.0 can check the Firebird version, but when I use the same connection to a Firebird 2.5 Linux Ubuntu server, the error message "function not found" appears. While debugging, I found that ZeosLib 8.0.0 identifies the Firebird versi...
by huelbert
29.07.2022, 20:26
Forum: ZeosLib 7.3/8.0 Forum
Topic: Change Schema in ZConnection with PostgreSQL
Replies: 8
Views: 651

Re: Change Schema in ZConnection with PostgreSQL

Could you give an example in which property I put "set search_path = MySchema"
by huelbert
28.07.2022, 13:53
Forum: ZeosLib 7.3/8.0 Forum
Topic: Change Schema in ZConnection with PostgreSQL
Replies: 8
Views: 651

Re: Change Schema in ZConnection with PostgreSQL

Good Morning I did a test putting a ZConnection and coded the properties as the code: ZConnection1.Disconnect; ZConnection1.Protocol := 'postgresql'; ZConnection1.ClientCodepage := 'UTF8'; ZConnection1.HostName := 'localhost'; ZConnection1.Port := 5432; ZConnection1.Catalog := edSchema.Text; ZConnec...
by huelbert
28.07.2022, 02:33
Forum: ZDBC (ZEOS Database Connectivity)
Topic: Change Schema in ZConnection with PostgreSQL
Replies: 1
Views: 454

Change Schema in ZConnection with PostgreSQL

Goodnight

I'm starting a project with Zeos version 8.0.0-beta + PostgreSQL, the intention is to create several Schemas in a single database, one for each client.
In ZConnection I am not able to modify the Schema of public.

Can you help me
by huelbert
28.07.2022, 02:21
Forum: ZeosLib 7.3/8.0 Forum
Topic: Change Schema in ZConnection with PostgreSQL
Replies: 8
Views: 651

Change Schema in ZConnection with PostgreSQL

Goodnight

I'm starting a project with Zeos version 8.0.0-beta + PostgreSQL, the intention is to create several Schemas in a single database, one for each client.
In ZConnection I am not able to set the Schema.

Can you help me