Page 1 of 1

Is there MaxRecords option in ODAC?

Posted: Sat 11 Jun 2005 13:53
by ivsal
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.

Posted: Mon 13 Jun 2005 06:23
by Alex
There is no such functionality in ODAC, but you can see http://crlab.com/forums/viewtopic.php?p=1301#1301 topic it may be intresting for you.