Manish Kukreti wrote:
> 
> 1. SQLiteDataReader.GetString() method:
> The method fails with "Invalid cast exception" when you try to retrieve
> a number stored in a text field.
> 

Do you have some example C# code and/or a database schema that demonstrates
this issue?  What is the declared data type of the column value being
fetched
when the exception is being thrown?

> 
> 2. SQLiteDataReader.GetValue performance in version 1.0.93:
> This method is considerably slower in this version. While benchmarking,
the
> fetch was about 7-8 times slower. First I thought it was the NGQP (since I
> upgraded from version 3.7 to 3.8.5), but while trying to break it down, it
> appeared the issue was with this fetch method.
> 

Slower for what types of values?  This is another issue where the database
schema and possibly some C# code demonstrating the problem would be quite
valuable.

--
Joe Mistachkin

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

Reply via email to