DatagridView and access
I would like to display the content of a table from my database. The problem is: my datagridview being selecting all the rows of the table (122000), it takes a few minutes to load.
As for an solution, I find this article http://msdn2.microsoft.com/en-us/library/ms171624.aspx
I am trying to adapt this piece of code to my situation, with an Access database, but I can't make the thing work.
So here is my question: can this code be used with a Oledbconnection to a Access 97 or 2000 database ?
Thanks for reading

