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
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.
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