I have a form with a button and a dataGridView, I know I can open my database with the OleDB connection, but my problem is that I may have to search where my database (a ".mdb" file) is on my computer.
Is there any way that with this button I open a File.Open (to search my database) and then show it on my datagridview ?