Hello:

************************************************************
************
myConnection = new FbConnection(myConnectionString) myConnection.Open() sqlcmd = "EXECUTE PROCEDURE DELETESUBCATS(@catid);" myTxn = myConnection.BeginTransaction() MyCommand = New FbCommand(sqlCmd, MyConnection, myTxn) myCommand.CommandType = CommandType.StoredProcedure MyCommand.Parameters.Add("@catid", FbDbType.Integer).Value = SUBCATLIST.selecteditem.Value
Add here a new parameter with ParameterDirection Output

--
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to