> b.> return output parameters
>I dont get this question very much, someone else might be
>able to help u here.
You cannot have [out] parameters in term of MS TSQL word,
but your function could return a complex type, that will do a trick.
Still you cannot return a recordset and [out] params, but do you need
it?