in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

SQLiteConnection.Schema_ReservedWords data table typo

Last post 01-16-2010 4:57 AM by sky.sanders. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 01-16-2010 4:57 AM

    SQLiteConnection.Schema_ReservedWords data table typo

    private static DataTable Schema_ReservedWords()
        {
            //sky - should be new DataTable("ReservedWords");
          DataTable tbl = new DataTable("MetaDataCollections");
    
          tbl.Locale = CultureInfo.InvariantCulture;
    
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems