Hello masters!
I have a project and need a bit of your help.
I would like to access/get values from certain fields from a database and assing that value to a variable.
Database is included into my project along with DataSet.
Is there any simple way to access certain field?
Roughly, something like:
String myString = "";
Database db = "C:\myDatabase.accdb";
myString = db.Tables["Table1"].Row[0].Cells[1];