Subject | RE: [firebird-support] Parameter order to SP |
---|---|
Author | Helen Borrie |
Post date | 2005-04-20T14:25:09Z |
Tim,
At 02:43 PM 20/04/2005 +0200, you wrote:
right answers about using the .net interface.
^heLen
At 02:43 PM 20/04/2005 +0200, you wrote:
>Named parameters with @ certainly solved most of the problem. It is notSubscribe to the firebird-net-provider list. That's where you will get the
>exactly what I asked for but instead it is probably better. Thanks a lot!
>
>Regarding the use of
>
>fc.Parameters.Add("@ICOUNT", FbDbType.BigInt).Value = 10
>
>compared to
>
>fc.Parameters.Add("@ICOUNT", 10)
>
>I hope that it is not mandatory because in this case I don't know the
>type, I am writing a generic VB function for calling SP in the database
>and I am just passing in a unknown (but correct) object.
>
>Regarding, the Reflection Api, I am not familiar with that so I will leave
>that for now, I am sure I have bigger problems than a little extra typing
>at the moment
right answers about using the .net interface.
^heLen