Re: [sqlite] [SQLite.NET] Cannot read BLOB data

2013-05-24 Thread Kevin Keigwin
7; Subject: Re: [sqlite] [SQLite.NET] Cannot read BLOB data Kevin Keigwin wrote: > > I cannot read the data into a DataTable using the adapter, because the > exception "Invalid storage type: DBNull." is thrown. > There was a recently fixed issue with the SQLiteDataAdapter

Re: [sqlite] [SQLite.NET] Cannot read BLOB data

2013-05-23 Thread Joe Mistachkin
Kevin Keigwin wrote: > > I cannot read the data into a DataTable using the adapter, because the > exception "Invalid storage type: DBNull." is thrown. > There was a recently fixed issue with the SQLiteDataAdapter class. The fix can be seen here: https://system.data.sqlite.org/index.ht

[sqlite] [SQLite.NET] Cannot read BLOB data

2013-05-23 Thread Kevin Keigwin
I am using the 10.0.85 version of the Win32 SQLite.NET data adapter to read a spatialite database table. This table has a single geometry column in it, which stores data as a BLOB. I cannot read the data into a DataTable using the adapter, because the exception "Invalid storage type: DBNull." is