Sorry, i forgot to mention that it worked with this:

cmd.Parameters.AddWithValue("@CID_COD" , value);

CID_COD is the name of my Column in the Table, but my variable in the stored procedure is named INCID_COD, and i was passing the Parameter as "INCID_COD".

So, do i need to name the parameter with the name of my table collumn?

---------- Forwarded message ----------
From: Carlos Guzmán Álvarez < [EMAIL PROTECTED]>
Date: Jul 20, 2006 10:49 AM
Subject: Re: [Firebird-net-provider] Executing Stored Procedures,
To: "For users and developers of the Firebird .NET providers" < firebird-net-provider@lists.sourceforge.net>

Hello:
> Was this the problem? should i name the parameters after the collumn name?
I'm sorry but i don't understand what you mean.


--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/

No hay un solo rey que no descienda de un esclavo,
ni un esclavo que no haya tenido reyes en su familia.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to