hi all
How to read .db file i added namespace " using System.Data.SQLite;" and
string path=@"c:xxx\yyy\dalitelocal.db";
string myConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + path + ";Extended Properties=Paradox 5.x;";
how to read contents of path file.. im new to this concept pls help me i googled lot but didt got any appopriate info
thanks in advance