Is there any way to display more than ten thousand list of Record using
FlexGrid- all at once. If not, what will be the solution of this problem.

Recommended Answers

All 3 Replies

Hi,

For MSFlexGrid Maximum Number of Cells (Rows X Columns) Should not Exceed 65k.

So why do you need to show such Huge amount in a Single Grid..
May be you can Split the Logic (eg, Monthwise or so..)

REgards
Veena

As I am having thousand of records already entered in the table but I need to tranfer these record to other database and need to change record ID before tranfering to the new database.

Hi,

Directly use a Single Query... Why Transfer it to a Grid and then to Destination...?
In Destination Table Create an AUTONUMBER Column.. New ID's are created..


REgards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.