On 5/11/07, Alberto Simões <[EMAIL PROTECTED]> wrote:
Hi,
 I am using a Mac, and probably doing something weird with fink
software and (probably) other installations. The fact is that I create
a database using DBD::SQLite, and then:

  [EMAIL PROTECTED] ProjectoDicionario]$ sqlite3 dic.db
  SQLite version 3.2.8
  Enter ".help" for instructions
  sqlite> .schema
  Error: unsupported file format

Any hints on what I might be doing wrong?

Yes. You have created a database via the latest version of DBD::SQLite
(the latest version of DBD::SQLite is 1.13 which is compatible sqlite
3.3.4 and onward, I believe) that is likely binary incompatible with
the older version of sqlite3 command line shell (you are using 3.2.8)
that you are using.

Just download the latest source code and compile a new sqlite3 with
it. All will be well.

--
Puneet Kishor http://punkish.eidesis.org/
Nelson Inst. for Env. Studies, UW-Madison http://www.nelson.wisc.edu/
Open Source Geospatial Foundation http://www.osgeo.org/education/
---------------------------------------------------------------------
collaborate, communicate, compete
=====================================================================

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to