public static void getdatabase() { db = new MyDataContext("isostore:/DataBS.sdf"); if (!db.DatabaseExists()) db.CreateDatabase(); updatedb(); }
public static void getdatabase() { db = new MyDataContext("isostore:/DataBS.sdf"); if (!db.DatabaseExists()) { db.CreateDatabase(); } updatedb(); }