is there any way we can get the column count from an FMResultSet row?
Share
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.
The FMResultSet implements following function:
However, I can barely think of any scenario where you are not aware of the column count of your query. Please do not use
SELECT *(except debugging).