Re: [INTERFACES] Connecting settings in PsqlODBC

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: wojtek <wojtek(at)itl(dot)waw(dot)pl>
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] Connecting settings in PsqlODBC
Date: 1998-07-17 21:20:25
Message-ID: 35AFC019.7AE1D9A3@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

wojtek wrote:
>
> Hello,
>
> I use PostgreSQL ODBC driver. This is 6.30.0246 version of
> that product.
>
> One of the advanced options of the driver (in section 'Connection') is
> field
> called as 'Connecting settings'. It gives the ability to run SQL
> commands
> at the momment of connecting. They say, that if someone wants to run a
> few commands, they should be separated by a semi-colon (;). My problem
> is that it doesn't work on my computer! Does anyone have any suggestions
>
> where the problem is?

Sorry, you were right. Only the first command is getting run *after*
the first connect. The reason is that the semicolans in the connect
settings is interfering with the semicolans used to separate the
SQLDriverConnect string.

I will fix it in the next release.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-07-18 05:27:31 Re: [INTERFACES] Applixware ODBC Interface
Previous Message Robert Knop 1998-07-17 17:32:56 Postgres and IDL via libpq