in

System.Data.SQLite

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

Reader.GetMetaTable()

Last post 03-10-2010 6:17 AM by DanWinslow. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-09-2010 10:42 AM

    Reader.GetMetaTable()

     Hi. Using the latestest sqlite ( 3.6.22 ) and the latest SQlite.Net, the following code :

       Meta = Reader.GetSchemaTable();

    Throws an exception :  sqlite3_column_origin_name

     

    I know that this was a missing entry point in older releases, but I thought it had been added. Any ideas?

     

    Thanks in advance.

  • 03-09-2010 6:30 PM In reply to

    • Paul
    • Top 25 Contributor
    • Joined on 09-12-2007
    • Boise
    • Posts 56

    Re: Reader.GetMetaTable()

    I can't duplicate your error.

    Today I downloaded sqlite 3.6.23 source, stuck it in with my copy of the source for system.data.sqlite, built it. Passes all the tests in test.exe. I wrote a small program to test GetSchemaTable, and it worked with no error. 

    system.data.sqlite is the hardest project to build I have seen; mulitple targets/platforms, a designer, and setup.. too bad there isn't a readme on it. I hope system.data.sqlite releases a new version soon.

  • 03-10-2010 6:17 AM In reply to

    Re: Reader.GetMetaTable()

     Hmm. Well, I'm on linux using the Managed Only dll...I wonder if that makes a difference.

Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems