in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

Include FailIfMissing boolean property to SQLiteConnectionStringBuilder

Last post 05-10-2008 4:37 AM by SqlRanger. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 05-09-2008 5:32 AM

    Include FailIfMissing boolean property to SQLiteConnectionStringBuilder

    There is no FailIfMissing SQLiteConnectionStringBuilder property corresponding to FailIfMissing connection string parameter.

    Regards

    Jesús López

  • 05-09-2008 2:47 PM In reply to

    Re: Include FailIfMissing boolean property to SQLiteConnectionStringBuilder

    Does using the Values collection allow you to add it?

    e.g.

        builder.Values["FailIfMissing"] = "True";

    Syntax might not be exactly correct.

    Brad
  • 05-10-2008 4:37 AM In reply to

    Re: Include FailIfMissing boolean property to SQLiteConnectionStringBuilder

     

    The following code snipet works: 

    builder["FailIfMissing"] = false;

    But there should be one property in SQLiteConnectionStringBuilder for each connection string parameter.

     

    Regards

    Jesús López

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