T
Tom Holmes Jr.
WTF did Microsoft do when it came to ADO.NET????????????????????????
Using an OLEDB connection and Dataset it took hours to iterate through 5000+
records in one simple table.
That is horrible. If I go into Access 2003 and do the same thing with old
ADO and create a standard ADO resultset (recordset) ... I can iterate
through 5000+ records in seconds.
All I want my VB.NET application to do is copy data from an Access database
to a SQL Compact Edition SDF file on the desktop. I can connect to the
Access database, get data, and the iteration is damned slow ...
I can open to the SDF file with OLEDB ... but I haven't gotten to do the
insert statements yet ...
But anyway ... What is up with an iteration being super-slow? Thanks!
Tom
Using an OLEDB connection and Dataset it took hours to iterate through 5000+
records in one simple table.
That is horrible. If I go into Access 2003 and do the same thing with old
ADO and create a standard ADO resultset (recordset) ... I can iterate
through 5000+ records in seconds.
All I want my VB.NET application to do is copy data from an Access database
to a SQL Compact Edition SDF file on the desktop. I can connect to the
Access database, get data, and the iteration is damned slow ...
I can open to the SDF file with OLEDB ... but I haven't gotten to do the
insert statements yet ...
But anyway ... What is up with an iteration being super-slow? Thanks!
Tom