Clyde Eisenbeis wrote: > > I can't read CHM docs. > I'm somewhat curious about that. Anyhow, there are alternatives:
1. IntelliSense in the Visual Studio IDE (this requires the XML file "System.Data.SQLite.xml", which should have been included with your DLL). 2. Read the XML documentation comments in the source code. 3. Use the "Doc\buildChm.tcl" tool in the source tree (it requires NDoc3 and Tcl). It will *ALSO* generate the raw HTML files. > > I'd appreciate some example code which uses "sqlite3_bind_". > Thanks! > When using System.Data.SQLite, you won't be using those native APIs directly. Numerous examples may be found at: https://stackoverflow.com/ Some good keywords to search for include "System.Data.SQLite", "SQLiteParameter", "SQLiteCommand", "SQLiteConnection", "SQLiteDataReader", etc. -- Joe Mistachkin @ https://urn.to/r/mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users