On Thu, 26 Jan 2017 11:45:41 -0600
Clyde Eisenbeis <cte...@gmail.com> wrote:

> Usually I look at examples, and extract the relevant info.

In the Age of Google, that has become a popular technique.  But it's
not a good way to learn anything.  I wonder, though: how do you know
what the "relevant info" is?  How do you even know it's there?  

Think about it.  Did you learn geometry by extrapolating from examples
of triangles, or by starting with 5 axioms and developing theorems?  In
fact, have you ever learned *anything* by extrapolating from examples? 

The definitive explanation for use of the SQLite binding functions is
the documentation.  It might be harder to read the first time than
putzing with an example, but (as has been suggested) the process of
working from the documentation forces you to understand what you're
doing.  Working from knowledge is much more productive -- and
satisfying -- than guessing.  

> I'd appreciate some example code which uses "sqlite3_bind_".  Thanks!

More than once in this thread it's been suggested that you read the
documentation.  That's where the answers lie.  Many people have shown a
willingness to explain how the SQLite functions work.  Why should they
take time to scout out examples for you, just help you get your job
done?  

--jkl
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to