Usually I look at examples, and extract the relevant info. After I have extracted relevant info, I create functions that are universally valid for different programs ... see attachment for one example.
In this case, I have attempted to create code using what has been described so far. However, when I started entering "sqlite3_bind_" the compiler starts complaining. It appears that sqlite3 is not part of System.Data.SQLite. On Thu, Jan 26, 2017 at 10:59 AM, Warren Young <war...@etr-usa.com> wrote: > On Jan 26, 2017, at 8:40 AM, Clyde Eisenbeis <cte...@gmail.com> wrote: >> >> When I tried entering: >> >> sqlite3_bind_ >> >> the compiler starts complaining. > > What I wrote was "sqlite3_bind_*()” which you were expected to understand as > a reference to the 15 functions beginning with “sqlite3_bind_” listed on the > first page I linked you to yesterday. > >> I'm searching the internet for sqlite3_bind_* () examples. > > This is why programming by copy-and-paste is a problem. When the copy-able > code runs out, you’re stuck. > > Take it as a challenge: write this one on your own using only the information > you’ve been given so far. You’ll learn much. > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users