David,
On Sat, Nov 22, 2025 at 9:37 PM David G. Johnston
wrote:
>
> On Saturday, November 22, 2025, Igor Korot wrote:
>>
>>
>> WHat I'd like to do in my software is to get those parameters and use
>> them in the "Connect To DB" dialog.
>
>
> There is pretty much nothing special about this situat
Hi, David,
On Sat, Nov 22, 2025 at 9:37 PM David G. Johnston
wrote:
>
> On Saturday, November 22, 2025, Igor Korot wrote:
>>
>>
>> WHat I'd like to do in my software is to get those parameters and use
>> them in the "Connect To DB" dialog.
>
>
> There is pretty much nothing special about this si
On Saturday, November 22, 2025, Igor Korot wrote:
>
>
> WHat I'd like to do in my software is to get those parameters and use
> them in the "Connect To DB" dialog.
There is pretty much nothing special about this situation pertaining to
PostgreSQL. What specific challenge are you encountering?
On Sat, Nov 22, 2025 at 10:22 PM Igor Korot wrote:
> Hi, ALL,
> I successfully built the server and I previously had the odbc driver
> installed.
>
> I can successfully connect from psql from the Terminal, and from isql
> unixODBC utility.
>
> However, what I wonder is - is there a simple way to
Hi, ALL,
I successfully built the server and I previously had the odbc driver installed.
I can successfully connect from psql from the Terminal, and from isql
unixODBC utility.
However, what I wonder is - is there a simple way to retrieve UsrerName
and Password from odbc.ini file?
Below is my cu