Subject | Re: [firebird-support] what I have been told about stored procedures and c# |
---|---|
Author | Carlos Guzmán Álvarez |
Post date | 2005-01-05T14:15:56Z |
Hello:
You can call them using the sp name only and setting the parameter list
and the CommandType as CommandType.StoredProcedure
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
"In the end there can be only one" (Highlander)
>I'm not familiar with the Firebird .NET Provider, but with SQLUsing the .NET provider you can do that.
>Server,
>you can't do something like:
>
>select x from MyStoredProcedure(y, z)
>
>
You can call them using the sp name only and setting the parameter list
and the CommandType as CommandType.StoredProcedure
--
Best regards
Carlos Guzmán Álvarez
Vigo-Spain
"In the end there can be only one" (Highlander)