On 15.4.2006 4:15 Eduardo Beninca wrote:
Hi, i need a help with views..

I want to call a view inside my c# code ...

how can i do this ???


View is like the normal select. So

FbCommand x = new FbCommand("select * from some_view;", connection, transaction);
x.Execute ...

--
Jiri Cincura
http://www.cincura.net/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to