| Author | Topic: PostrgeSQL V13? |
---|
| Peter Cseh | PostrgeSQL V13?
on Tue, 20 Apr 2021 23:33:13 +0200Can I used PostgreSQL v 13 with xbase or is the v 8.x from Alaska required?
Thanks,
pete |
| Matej Jurac | Re: PostrgeSQL V13?
on Wed, 21 Apr 2021 09:39:39 +0200You can use PostgreSQL R13 with ODBC interfaces (sqlexpress and alaska
odbcdbe).
Peter Cseh je 20.4.2021 ob 23:33 napisal:
> Can I used PostgreSQL v 13 with xbase or is the v 8.x from Alaska required?
>
> Thanks,
> pete
> |
| Peter Cseh | Re: PostrgeSQL V13?
on Wed, 21 Apr 2021 15:52:48 +0200Matej Jurac wrote in message news:a23d18d$1f382f2b$46bb2@news.alaska-software.com...
Thanks Matej,
I meant using the PGDBE.
>You can use PostgreSQL R13 with ODBC interfaces (sqlexpress and alaska
>odbcdbe).
>
>
>
>Peter Cseh je 20.4.2021 ob 23:33 napisal:
>> Can I used PostgreSQL v 13 with xbase or is the v 8.x from Alaska required?
>>
>> Thanks,
>> pete
>> |
| Jim Lee | Re: PostrgeSQL V13?
on Wed, 21 Apr 2021 23:12:41 +0200hi,
i can use LibPQ.DLL from PostgreSQL v7.x "native" while "Client-Side" does
"only" Connection / Query
all "new" are in Server Side so i guess you can use pgDBE from Xbase++ v2.x
p.s. LibPQ.DLL can not handle SSL Transfer from / to PG-Server ... ODBC also
is not using SSL for PostgreSQL |
| Matej Jurac | Re: PostrgeSQL V13?
on Thu, 22 Apr 2021 15:26:58 +0200> ODBC also is not using SSL for PostgreSQL
Wrong. In current pgodbc drivers (ansi and unicode) all setting for SSL
are present: disable, allow, prefer, require, verify-ca, verify-full.
So it is to configuration of server + connector to choose appropriate
mode. only when disabled are not used.
Jim Lee je 21.4.2021 ob 23:12 napisal:
> hi,
>
> i can use LibPQ.DLL from PostgreSQL v7.x "native" while "Client-Side" does
> "only" Connection / Query
> all "new" are in Server Side so i guess you can use pgDBE from Xbase++ v2.x
>
> p.s. LibPQ.DLL can not handle SSL Transfer from / to PG-Server ... ODBC also
> is not using SSL for PostgreSQL
>
> |
| Jim Lee | Re: PostrgeSQL V13?
on Fri, 23 Apr 2021 00:31:42 +0200hi,
> Wrong. In current pgodbc drivers (ansi and unicode) all setting for SSL
> are present: disable, allow, prefer, require, verify-ca, verify-full.
>
> So it is to configuration of server + connector to choose appropriate
> mode. only when disabled are not used.
Ahh, thx for Advice to use SSL with PostgreSQL. |