I want to add a progress bar to my program.
Is it possible to read the number of rows that a select command is going to return before the data is sent?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no way to determine how long a statement will take to process. If you want to know how many datasets a statement will return you will need to execute the statement to know.