Re: [Firebird-net-provider] Another Parameters Question

2007-02-02 Thread Rasha
Hello, guys. I would like to ask Carlos, Jiri and other developers for permission. I was testing Npgsql provider for .Net revision 2 from CVS, which has initial support for provider factory in .NET 2.0. All seems to be working, except that CommandBuilder was still old 1.1 implementation. So I trie

Re: [Firebird-net-provider] Another Parameters Question

2007-02-02 Thread Carlos Guzmán Álvarez
Hello: > in sql server 2000 i can do an SP like this > > @Val 1 int, > @Val 2 int, > @CountVal int OUTPUT > > this is good for paging as it means i can return a results set and also > (optionally) return a row count. i am trying to do this with Firebird 1.5 SP > but i think it may not be possible.

[Firebird-net-provider] Another Parameters Question

2007-01-31 Thread MartinT
in sql server 2000 i can do an SP like this @Val 1 int, @Val 2 int, @CountVal int OUTPUT this is good for paging as it means i can return a results set and also (optionally) return a row count. i am trying to do this with Firebird 1.5 SP but i think it may not be possible. i can return the resul