The stored procedures which are executed in the page(This page is used to process the records from Mail_Incoming table one after the other with difference of milliseconds) are not returning ResultSet to the front client page. In the front page the line of code"ResultSet.RecordCount" throws error as"Element RECORDCOUNT is undefined in ResultSet. "
I can't understand the reason behind this. The stored procedures which I observed with the error "Element RECORDCOUNT is undefined.............." in ErrorRelated table does not exists for other pages. Means the list of stored procedures executed in page(This page is used to process the records from Mail_Incoming table one after the other with difference of milliseconds) contains this error, these same stored procedures in other pages does not contains this error.
prabha