in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

Browse by Tags

  • Soundex Function

    Hi, I've seen here http://www.sqlite.org/lang_expr.html that it's available a method to compute the Soundex of a string. By default this function is not available, unless you pass the "-DSQLITE_SOUNDEX=1" parameter to the compiler. I use your ADO.NET dll in my projects. Now I need the...
    Posted to How To (Forum) by ottomano on 03-05-2008
  • VB.net Visual Basic (Read Insert Update Delete Other)

    This should answer any questions you have about the basics of VB.net and SQLite. Insert/Update/Delete Values: Dim f As New OpenFileDialog f.ShowDialog() Dim SQLconnect As New SQLite.SQLiteConnection() Dim SQLcommand As SQLiteCommand SQLconnect.ConnectionString = "Data Source=" & f.FileName...
    Posted to How To (Forum) by Templarian on 01-13-2008
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems