for example my ibase_query returns to me 5 fields with null result but how can i check this in php
i only want to make something like this
while($get_result=ibase_fetch_object($ibase_SQL)) {
}else { echo "0 records fetched....";
}