Cezary H. Noweta wrote:
>
> Use ``Flags=GetAllAsText'' when creating a SQLiteConnection. 
>

Excellent suggestion.  Alternatively, you could use the GetString
method on the SQLiteDataReader class.

The GetValue method, by design, refers to the table schema so that
it can convert the requested value into the declared type (which I
assume is DateTime in this case).

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to