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