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 results set of course.
but how to return count? this wont work:

returns (
    Val 1integer,
    Val 2 integer,
    CountVal int OUTPUT
}

thanks
-- 
View this message in context: 
http://www.nabble.com/Another-Parameters-Question-tf3153107.html#a8743235
Sent from the firebird-net-provider mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to