From: Mike N. <mi...@ta...> - 2003-09-21 23:04:06
|
Thanks a lot Carlos, Thanks for your help with this, much appreciated. And about the code formatting - I'm new to .NET so any advice is welcome :) <SNIP> Don't worry :), try: FbCommand myCommand = new FbCommand("SELECT * FROM GET_ALLOTMENTS_FORMATTED(?,?,?)", myConnection, myTxn); And a little advice :), ParameterDirection.Input is the default direction for new parameters, you can create input parameters as: <SNIP> |