Обсуждение: Powerbuilder with Postgre

Поиск
Список
Период
Сортировка

Powerbuilder with Postgre

От
"Carlos Gustavo Laos Lau"
Дата:
Hi everybody,

Is there a way to connect Powerbuilder with Postgre without using ODBC?

Greetings,
Carlos Laos



Re: Powerbuilder with Postgre

От
Thomas Kellerer
Дата:
Carlos Gustavo Laos Lau schrieb:
> Hi everybody,
>
> Is there a way to connect Powerbuilder with Postgre without using ODBC?
>
> Greetings,
> Carlos Laos

I guess you are referring to a native PB driver for Postgres. AFAIK only
Sybase has the specs to write such a driver.

It's been a while since I worked with PB, but I thought the current
releases allow for JDBC connections as well. Maybe this would be
something for you (as an alternative for ODBC).

Is there a .Net provider for pgsql? Maybe PB supports that as well...

Thomas