c# - How to Open an database with the File.Open method -


i have form button , datagridview, know can open database oledb connection, problem may have search database (a ".mdb" file) on computer.

is there way button open file.open (to search database) , show on datagridview ?

you have connect database data providers, not open text file. thread might useful you: how connect ms access file (mdb) using c#?


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -