What is the declared data type for the column? Also, what are the raw values for the first row? You may want to use the SQLite command line tool to query the database for them.
Sent from my iPhone https://urn.to/r/mistachkin > On Apr 8, 2017, at 12:55 PM, Joseph L. Casale <[email protected]> > wrote: > > I am using System.Data.SQLite.Core 1.0.104 in vs2017 with .NET 4.6.2 > and trying to select from a view. The query is valid and does return data > manually, however the reader throws an index out of range exception > when accessing the first row result. > > Anything atypical needed when querying a view? > > Thanks, > jlc > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

