how can i find number of rows in a table using MS Access and
php?
i used odbc_num_rows($query); but it returned -1.
Answer Posted / amitverma
The function odbc_num_rows() returns -1 only if there's
some sort of error, whether it be improper db connection or
improper SQL query. So first check/validate these issues
using if conditions in PHP. I think it must solve your
problem.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is php? Why it is used?
Write down the benefits of php7?
What is the use of array_search() in php?
What is crypt () in php?
How to test if a variable is an array?
How to find the index of an element in an array php?
What is a php certification?
What is an object in php?
how can i develop forum code? any one pleale help me on this question
Does session expire on closing browser?
What are the three classes of errors that can occur in php?
Is php an object or array?
What is a controller in programming?
How do you end a function in python?
What is the purpose of the '.frm' file extension? What do thes file contain?