I've created a table-type UDF and use it in a view definition. Querying this view in Query Analyzer produces the correct results without error. However if I try to open an Server-side, Keyset ADO recordset on this view it always open as a ForwardOnly recordset.
Does anybody know if/how I can open a Keyset ADO recordset on a view that uses a UDF in its definition?