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. 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 > } > please ask this question in the fb-support list.
-- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.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
