Alaska Software Inc. - PostrgeSQL V13?
Username: Password:
AuthorTopic: PostrgeSQL V13?
Peter CsehPostrgeSQL V13?
on Tue, 20 Apr 2021 23:33:13 +0200
Can I used PostgreSQL v 13 with xbase or is the v 8.x from Alaska required?

Thanks,
pete
Matej JuracRe: PostrgeSQL V13?
on Wed, 21 Apr 2021 09:39:39 +0200
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
>
Peter CsehRe: PostrgeSQL V13?
on Wed, 21 Apr 2021 15:52:48 +0200
Matej 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 LeeRe: PostrgeSQL V13?
on Wed, 21 Apr 2021 23:12:41 +0200
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
Matej JuracRe: 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 LeeRe: PostrgeSQL V13?
on Fri, 23 Apr 2021 00:31:42 +0200
hi,

> 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.