Re: [Firebird-net-provider] FbDataApdater not returning Exception Message

2008-08-01 Thread Jiri Cincura
On Fri, Aug 1, 2008 at 7:21 AM, gary h [EMAIL PROTECTED] wrote: Where can I get the source to try and resolve this issue? Did you tried to look at *official* pages ... http://www.firebirdsql.org/index.php?op=develsub=netprovider -- Jiri {x2} Cincura (CTO x2develop.com)

[Firebird-net-provider] New in Firebird

2008-08-01 Thread Javier Lozano
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

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

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: