There is no logic to do this in one SP..
Select * from DoSomething will return a dataset corresponding for your
output parameters!

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Javier Lozano
> Sent: Friday, August 01, 2008 8:10 AM
> To: firebird-net-provider@lists.sourceforge.net
> Subject: [Firebird-net-provider] New in Firebird
> 
> Hi People
> 
> I have the next store procedure in MS Sqlserver 2005
> 
> Create Procedure DoSomething
> as
> select * from table1
> select * from table2
> select * from table3
> 
> 
> In Visual Studio 2005 I can create a DataAdapter to call the store
> procedure, so after calling the Fill method of DataAdapter I get a
> Dataset
> with 3 tables, that they correspon to select commands of store
> procedure.
> 
> I can do the same in FireBird??
> 
> Thanks in advance
> 
> 
> 
> 
> -----------------------------------------------------------------------
> --
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to