Re: Problem with ODBC driver and MSP 2002

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
Subject: Re: Problem with ODBC driver and MSP 2002
Date: 2002-02-07 05:43:04
Message-ID: 3C6213E8.17271276@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Benoit Menendez 2002-02-07 06:18:06 Re: Problem with ODBC driver and MSP 2002
Previous Message Benoit Menendez 2002-02-07 04:46:49 Problem with ODBC driver and MSP 2002