I basically work with Sql Server for my databases. and now I was given a folder contains files with extensions .frm, .ibd and .opt and was asked to ensure the connection with these files (these files are the database as I understood) in order to process the data.
I looked for how to do this a lot but still didn't find a good answer.
I am using Visual Studio 2013 and C#