Fabio Gomes wrote:
> 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?
> 

Parameter names have to be preceded with "@".

-------------------------------------------------------------------------
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