HXTT ACCESS
Access_JDBC30.jar result set size
James Ryan
2008-07-09 06:41:19.0
Hi,

I am using Hibernate together with your JDBC driver. When I run a query

Criteria crit = getSession().createCriteria(TblLicencedPremises.class);
crit.add(Restrictions.isNotNull("licenceRef"));

The result set returned is 1000 even though there are > 1000 rows that meet the criteria. Is this limit set in the JDBC driver?

Thanks,
James
Re:Access_JDBC30.jar result set size
HXTT Support
2008-07-09 06:51:29.0
Yeah. It's descripted at here.
Re:Re:Access_JDBC30.jar result set size
null
2008-07-09 06:54:14.0
Suspected that was the case but obviously did not read the documentation!

Thanks.


Google