Subject | Stored procedure thru C# |
---|---|
Author | Mahesh Ishwar |
Post date | 2003-07-31T05:19:06Z |
Hi All,
Can anyone tell me how select stored procedures can be executed thru C# code. Simply setting the text property of FbCommand with the name of stored procedure gives error as objec not found.
Thanx in Advance.
Meghansh.
matej1602 <matej.golob@...> wrote:
Matej
Yahoo! Groups SponsorADVERTISEMENT
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Yahoo! Plus - For a better Internet experience
[Non-text portions of this message have been removed]
Can anyone tell me how select stored procedures can be executed thru C# code. Simply setting the text property of FbCommand with the name of stored procedure gives error as objec not found.
Thanx in Advance.
Meghansh.
matej1602 <matej.golob@...> wrote:
> CREATE VIEW my_view (MYFIELD)Thanks. It works fine...
> AS
> SELECT
> (CASE WHEN b is null
> THEn 2
> ELSE 0
> END)
> FROM a
Matej
Yahoo! Groups SponsorADVERTISEMENT
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
Yahoo! Plus - For a better Internet experience
[Non-text portions of this message have been removed]