Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Use my own db with windows8 and SQLiteMetro
  2. using SQLiteMetro;
  3.  
  4. Database db =new Database(Path.Combine( Windows. Storage .ApplicationData. Current. LocalFolder. Path, "test.db"));
  5.        
  6. var root = Windows.Storage.ApplicationData.Current.LocalFolder.Path;
  7. using (var db = new SQLiteConnection(Path.Combine(root, "test.db"))