OdbcCommand Parameter - Mailing list pgsql-hackers-win32

From Luca Beretta
Subject OdbcCommand Parameter
Date
Msg-id 20040922073547.CEA09329D18@svr1.postgresql.org
Whole thread Raw
Responses Re: OdbcCommand Parameter  ("Gary Doades" <gpd@gpdnet.co.uk>)
List pgsql-hackers-win32
hi to all,
i'm using C# to write an application based on postgresql 8.0 beta 2 (win32),
and i'm experiencing a problem using .NET Framework OdbcCommand class:
i need to pass some OdbcParameter, but i don't know how kind of name i need
to use for pgsql SQL sentence; with MS SQL Server i call them @param1 @param2, ecc
but if i do this with pgsql odbc 7.05.00.02 i get this error

[OdbcException: ERROR [HY000] ERROR:  operator does not exist: @@ character varying]
i think it depends by parameters names, so tried @@param,$param,%param but i get always
the same exception.

which is the right mode ?
 
thanks a lot

pgsql-hackers-win32 by date:

Previous
From: "Kevin Woolley"
Date:
Subject: Re: XP install problems
Next
From: "Magnus Hagander"
Date:
Subject: "Operation on non-socket" analysis