updating large amount of data

Posts   
 
    
Fatih
User
Posts: 8
Joined: 06-Jul-2007
# Posted on: 07-Jul-2007 08:43:34   

can you tell me a way in order to update large amount of data when i retrieved data and bind it to gridview (Not i ve 120.000 record) by using llbgenDAtasource

Fatih
User
Posts: 8
Joined: 06-Jul-2007
# Posted on: 07-Jul-2007 09:41:46   

hmm by using CollectionClasses lol

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39912
Joined: 17-Aug-2003
# Posted on: 07-Jul-2007 11:44:33   

Fatih wrote:

hmm by using CollectionClasses lol

Heh simple_smile

Keep in mind though: 120,000 rows is a lot to have that in memory. So you might also want to look into updating entities directly into the db, this is done without fetching them first.

Frans Bouma | Lead developer LLBLGen Pro