Sorry, but there are no more tags available to filter with.
-
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
-
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...
-
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...
-
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...
Page 1 of 1 (4 items)