hi,
may be this is a dumb question to ask but here goes anyway..
I have 2 for loops such as:
for(int i = 0; i < View.length; i++) {
for(int l = 0; l <Approve.length ; l++) {
SQL = "insert into DOC_PRIVILEGES (COD)......
}
}
where view.length = 5 and approve.length is 0 (in this case), how do i
execute my query irrespective of whether the inner forloop is empty or
not???
I cannot use a l"<=" as it wud result in an ArrayOutOfBoundsException...
any suggestions pl??
TIA,
sands
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php