ppsqlodbc_09_00_0200 bugs ?

From: "r(dot)melizzi(at)tin(dot)it" <r(dot)melizzi(at)tin(dot)it>
To: <pgsql-odbc(at)postgresql(dot)org>
Cc: <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Subject: ppsqlodbc_09_00_0200 bugs ?
Date: 2010-10-31 17:03:51
Message-ID: 3254039.3822831288544631677.JavaMail.defaultUser@defaultHost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

In my program sources code, I have the following querydef with returning expression:

.......... "VALUES ( ?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,now(),?,?,?,?,?,?,?,?,now(),? ) returning to_char(""INS_DATA"", 'YYYYMMDDHH24MISS') as pippo;"

Using the new ODBC: "psqlodbc_09_00_0200", I have an error and no returned parameter.

but with the same sources code of my program,
and using a previous version of psqlodbc (for example, psqlodbc_08_03_0200),
all is correct.
(I thing that the last version of psqlodbc_09_00_0200 may have somethings of difference)

Many thanks for your help
By

Browse pgsql-odbc by date

  From Date Subject
Next Message r.melizzi@tin.it 2010-10-31 18:31:36 R: Re: psqlodbc_09_00_0200 - Information
Previous Message Hiroshi Saito 2010-10-31 01:57:07 psqlODBC 09.00.0200 Released