-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/24/2010 05:38 AM, ve3meo wrote:
> I am a humble user of the command line implementation and of various SQLite 
> managers and not an application developer so I cannot do it in code.

You are coding!  The command line tool is merely a thin wrapper around the
library and the managers are a gui equivalent.

I'd encourage you to try one of the scripting languages out there.  They
provide an easy way of adding a little more control flow around the SQL,
variables, better interoperability with files etc.  These languages are easy
to learn and use.

My personal preference is Python, but you won't go far wrong with Lua, Tcl,
Perl, PHP, Basic etc.  See a long list of languages that have SQLite
available at:

  http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers

>> Depending on what the information is you are obtaining, it may be possible
>> to get it via direct queries on sqlite_master.
>
> Thanks, I'll investigate further.

How about telling us what you are trying to achieve (not how you are trying
to achieve it :-)

Roger

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxLHKMACgkQmOOfHg372QTLRgCgu0hgNSamhf3TnpZXQGYrZw5Q
V7IAnjKqukZ3ZqDEuFvFwIn8ir4CHzBa
=kg4J
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to