in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » dbNull (RSS)

Browse by Tags

  • SQLiteDataAdapter.Fill(datatable)

    Hi everyone i have a problem with the sqlite data adapter when i try to execute fill() method for filling the datatable; when querying the DateTime column in table where that column is NULL. I get the following exception: String was not recognized as a valid DateTime. i found somewhere that...
    Posted to Bugs (Forum) by leo_Mostar on 11-21-2008
  • DataException: Invalid storage type: DBNull

    Hi! I get the above error (DataException: Invalid storage type: DBNull) when I run the new version (1.0.46.0) on my web application. The error appears on a page where I view a Datagrid that is based on an SQLite DB. Regards Carl
    Posted to Bugs (Forum) by CarlG on 10-01-2007
  • Re: allow dbNull? no no no! :)

    one more thing:the problem is that you insert into database and update empty columns with dbnull.value i think. there will be always problem because I can do inserts or updates without all columns. for example table has: id, col1, col2, col3... and when i query with "INSERT INTO [table] (col2) VALUES...
    Posted to Bugs (Forum) by Wiaz on 08-15-2007
  • Re: allow dbNull? no no no! :)

    HI! no answer but i discovered something. I spent lots of time, but discovered realy simple thing! I'm using tkSQLite manager during development to manage database. When I use empty value in column then it is an error when i want to update or delete a row from database. These is because of generating...
    Posted to Bugs (Forum) by Wiaz on 08-15-2007
  • allow dbNull? no no no! :)

    It's a big big bug:) I tried to solve this problem since I remember because i thought it was on my side but now i have discovered the problem. Make databse in some manager with table with column that can hold integer but without 'not null' constraint! Simple integer column with allowed null...
    Posted to Bugs (Forum) by Wiaz on 08-13-2007
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems