Hi All,
I have an application that needs to create an excel sheet from db records. Since the record count is huge, the application needs to split the data into multiple tabs. So, I need to get the record count immediately after the query execution so that I can determine the number of tabs in...