Re: Problem with ODBC driver and MSP 2002

From: Benoit Menendez <benoitm(at)pacbell(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Problem with ODBC driver and MSP 2002
Date: 2002-02-07 06:18:06
Message-ID: 002701c1af9f$36b0c5a0$0201a8c0@osprey
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks, this fixes the problem...

Benoit

----- Original Message -----
From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Benoit Menendez" <benoitm(at)pacbell(dot)net>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Sent: Wednesday, February 06, 2002 9:43 PM
Subject: Re: [ODBC] Problem with ODBC driver and MSP 2002

> > Benoit Menendez wrote:
> >
> > I have created a compatible schema in PostgreSQL for MSP 2002, but I
> > ran into the following error from the ODBC driver:
> >
> > This appears to be a relatively standard (parameterized) update
> > statement:
> >
> > update MSP_PROJECTS
> > set PROJ_READ_COUNT = '0',
> > PROJ_LOCKED = '0',
> > PROJ_READ_WRITE = '1' ,
> > PROJ_READ_ONLY = '1' ,
> > PROJ_MACHINE_ID = ?,
> > PROJ_DATA_SOURCE = 'PostgreMSP'
> > where PROJ_NAME = 'New Product'
> > and (PROJ_READ_COUNT = '0' or PROJ_READ_COUNT IS NULL)
> > and (PROJ_READ_ONLY = '0' or PROJ_READ_ONLY IS NULL)
> >
> > The same query works with SQL Server... And I already tried just about
> > every setting in the driver to see if it made a difference... This is
> > the only error I get with MSP 2002 and I can load save and load
> > projects, but projects I open are read-only because of this bug (I
> > assume).
> >
> > Can you please help? I am using version 7.01.00.09 with PostgreSQL
> > version 7.1.3-2
>
> I've just changed a suspicious place.
> Please try the driver at
> http://w2422.nsk.ne.jp/~inoue/
> and let me know the result.
>
> regards,
> Hiroshi Inoue
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Alessandro Giacometti 2002-02-07 17:19:52 Problems with VB and ADO
Previous Message Hiroshi Inoue 2002-02-07 05:43:04 Re: Problem with ODBC driver and MSP 2002