hi all,
i have problem on loading large database
i am using Firebird Database and VB.NET 2005
it seems really slow to load 10.000+ row on DataGrid
currently i use DataReader to open the database.
is there any method to make it more faster.
should I use DataSet or Data Adapter,
i am confuse what should i use
thx
i have problem on loading large database
i am using Firebird Database and VB.NET 2005
it seems really slow to load 10.000+ row on DataGrid
currently i use DataReader to open the database.
is there any method to make it more faster.
should I use DataSet or Data Adapter,
i am confuse what should i use
thx
Comment