[Oledb-dev] PgOledb 1.0.0.19 not working with Postgres 8.1 Beta on Windows 2000

Shachar Shemesh psql at shemesh.biz
Sat Sep 3 10:14:41 GMT 2005


Viswanath Ramineni wrote:

> But now I am getting "Fillinvalues failed" problem on running a query
> with parameters.
>
Not all parameter types are supported for oledb->database direction (who
are we kidding - not all types are supported for the other direction
too, but even fewer are supported for this direction).


Can you send the query you tried, as well as the datatypes of each field?

> I tried changing the parameter place holder '?' with :paramname etc.
>
Named parameters are not supported by OleDB. I think they are also not
supported by Postgresql, so there is really no way of making them work
with Oledb.


          Shachar


More information about the Oledb-devel mailing list