Is there MaxRecords option in ODAC?
Posted: Sat 11 Jun 2005 13:53
I want to fetch only first n records from a Query.
I can use such a query:
SELECT * FROM (
)
WHERE ROWNUM <= n,
but there are some limitations.
So is there MaxRecords option in ODAC?
Something like MaxRecords property in ADO.
I can use such a query:
SELECT * FROM (
)
WHERE ROWNUM <= n,
but there are some limitations.
So is there MaxRecords option in ODAC?
Something like MaxRecords property in ADO.