Kazuaki Miyauchi
2014-09-24 08:52:20 UTC
Hi, it seems there is no way to get the numbers of records without
issuing count sql . It is convenient to get the number as following.
<sql:query var="rsSelect" dataSource="${example}" sql="select
firstName, address from member where id = 'aiueo';" />
<c:if test="${rsSelect.countNum == 0}" >
...
Why is there no function to get record number?
Regards,
issuing count sql . It is convenient to get the number as following.
<sql:query var="rsSelect" dataSource="${example}" sql="select
firstName, address from member where id = 'aiueo';" />
<c:if test="${rsSelect.countNum == 0}" >
...
Why is there no function to get record number?
Regards,