Re: [Firebird-net-provider] New in Firebird

2008-08-01 Thread Jiri Cincura
On Fri, Aug 1, 2008 at 7:10 AM, Javier Lozano [EMAIL PROTECTED] wrote:
 I can do the same in FireBird??

No. FB doesn't support more result sets in one execution.

-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
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=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] New in Firebird

2008-08-01 Thread Mercea Paul
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=100url=/
 ___
 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=100url=/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider