Mark Easton wrote:
It seems more
than a little strange that I cannot determine the version of a sqlite db.
I see you have solved your problem, but for future reference (and for
others' information) you could have simply executed the following query
using Perl to determine the version of sqliite that it was using:
select sqlite_version();
It will return the version as a string.
HTH
Dennis Cote
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------