On Fri, Jun 26, 2009 at 17:47, Sam Carleton<scarle...@gmail.com> wrote:
> Like I said before, when I go in and code up the FbCommand by hand and
> set the CommandText to "SELECT * FROM GET_TARGETTABLE_BY_ID_SP( ?,
> ?)", CommandType to Text, and set the parameters manually, it works
> fine.  I am looking to do this via the IDE.

The ? isn't param identifier in .NET. in .NET the @param is well known
"standard". FirebirdClient accepts also ? as it's a Firebird standard.
But you should avoid using it.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.cincura.net/ | http://www.ID3renamer.com

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to