> -----Original Message----- > From: sqlite-users > [mailto:[email protected]] On > Behalf Of John R. Sowden > Sent: Sunday, October 22, 2017 9:59 PM ... > Since I am trying to learn sqlite3 (unlearning foxpro) I find that > python is the simpleist language, wfich allows me to focus on > sqlite, I > amtrying the =guide just sent to the list. > ... If you are trying to 'learn sqlite3' relative to FoxPro, wouldn't you maybe prefer just experimenting the sqlite command shell? Then you don't have a language binding in the way, and can focus on the SQL directly. (I still usually design/test my queries with the shell, and move them into my product code after they are doing what I want).
OTOH, if you are trying to learn the programattic API, and not so much the SQL dialect, then have at it, but I would suggest choosing whatever host language you are going to build the product in, because all the various language bindings (except for C) are separate projects and they differ. Just a thought; cheers -dave _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

