in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » datatype » type (RSS)

Browse by Tags

  • Char is inserted into table as an Integer

    SQLite inserts a Character as an Integer interpreted as the decimal ASCII value. This happens if you do not specify the DBtype of a parameter used in a SQLiteCommand. You can verify the problem with the code below. All the SQLiteCommands insert a Character/String as asumed. But the last one inserts a...
    Posted to Bugs (Forum) by kws on 08-25-2009
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems