in

System.Data.SQLite

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

Browse by Tags

  • Re: How to Insert Blob Image to SQLite in C#

    Hi there, After reading the forum ran into your question and decided to take it up as a small project and thus writing an article. I created a WinForm appi based on C# - .NET4.0 - System.Data.SQLite 1007000 (.net provider) with an embedded SQLite database. And I want to share the source code.. So here...
    Posted to How To (Forum) by Kribo on 05-15-2011
  • 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 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems