EFileTahi-A
Contributor
I have this small application in Framwork v1.1 which loads an Access database and show its insides onto a DataGrid object. This task only takes about 5 seconds or so, to show the database's contents (11MB Access file with about 900 records with 40 columns).
I opened then the very same project in Framework v2.0. After the conversion I executed it and now it takes like 14 seconds to display all data into the DataGrid...
My question is:
Is DataGrid slower in v2.0 or is actually the Framework's fault?
I never worked with databases in VS 2005, so, I really need to see whats going on before moving to VS 2005.
Thank you
I opened then the very same project in Framework v2.0. After the conversion I executed it and now it takes like 14 seconds to display all data into the DataGrid...
My question is:
Is DataGrid slower in v2.0 or is actually the Framework's fault?
I never worked with databases in VS 2005, so, I really need to see whats going on before moving to VS 2005.
Thank you