Hi, I am working with PHP+Interbase and I don´t know if there is a way to know the rows number of a query result. I don´t need the fields number.
Bye.
Good Day Pato,
The total Row Numbers of a result set? just use the count function in a sql statement : \"SELECT COUNT(*) AS IROW FROM TABLE WHERE ...\"
Good Luck, Brian