January 2010 - Posts

8
Comments

Bulk Insert using GridView and Sql Server XML by Manoj karkera

As to my previous article, how to update bulk records. This is how to insert bulk records. More a less, its same only, But some what difference. As in bulk update we fetch records and display in grid. But in bulk insert, we have to first create an empty...
15
Comments

Bulk Update using Gridview and Sql Server XML by Manoj karkera

As we are know importance of opening and closing connection while using Database. Generally when we have some many records into database and have to update all record at same time, opening and closing connection for each transaction will give performance...
More Posts