in

System.Data.SQLite

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

Browse by Tags

  • Reading Blob data from a table

    I have a SQLite table with a blob data. I would like to do the following, but it doesn't work: String con = String.Format("Data Source={0};UTF8Encoding=True;Version=3;", open.FileName); SQLiteConnection sql_con; SQLiteCommand sql_cmd; SQLiteDataAdapter DB; DataSet DS = new DataSet(); sql_con...
    Posted to How To (Forum) by bradak on 03-27-2009
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems