How to get Column name in Classic Asp using RecordSet? -


I am displaying data in a web report from the table using Recordset.

This works fine until 5000 records but fails, while more than 5000 records.

Recordset.Fields.Count returns zero (0).

Please suggest me some options.

Thanksgiving

Are you sure that the record set actually does anything in the case Is returning more than 5K records?

response.write Recordset.state

Here are possible values ​​for the position. 0 object is closed 1 object is open - 2 connecting object
4 executing object
8 object fetching

Also, make sure you do not have page quietly Mistake errors My stomach says that there is an error in the query that returns to the 5 rows and it has nothing to do with the order line, it is a good way to check that the 5K query should be run directly in back-end db and Get out of the hay.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -