in

System.Data.SQLite

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

Generating TableAdapter

Last post 09-19-2006 2:46 AM by xhenxhe. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 09-18-2006 2:57 PM

    Generating TableAdapter

    When I create a table adapter from a table, even though I specify a default value for a field, it is not reflected in the dataTable created by .NET. Is this standard behavior, or is there a bug or something?

    To clarify, here is a field I am creating:
    code39 BOOL NOT NULL DEFAULT TRUE

    When I generate the data table, I get this: see attached.

    So for every boolean option I have to go update the data table that was created.


  • 09-18-2006 5:07 PM In reply to

    Re: Generating TableAdapter

    This is a problem within VS2005.  Sql Server/Oracle/etc will all behave the same way.

    Robert

     

  • 09-19-2006 2:46 AM In reply to

    Re: Generating TableAdapter

    Okay, that's what I was afraid of :(

    Thanks for the info.
Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems