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
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
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
3 matches
Mail list logo