On Sunday 15 March 2009 8:33:35 am Carl Karsten wrote: > Carl Karsten wrote: > > Trying to figure out how to get a Quick Report, so ran the app wiz on my > > db, ran the app, when I hit "Requery" I get: > > > > c...@dv67:~/temp/er$ python er.py > > Dabo Error Log: Sat Mar 14 23:04:01 2009: Type 'blob' not recognized. > > Dabo Error Log: Sat Mar 14 23:04:01 2009: No control class found for > > field 'picture_data'. > > Dabo Error Log: Sat Mar 14 23:04:15 2009: !!! Data Type Mismatch: > > field=donation_to_PSF. Expecting: <type 'unicode'>; got: <type 'float'> > > how can I get the CREATE commands so I can try re-creating this on a > different box? > > $ sqlite storage.db > Unable to open database "storage.db": file is encrypted or is not a > database > > I am pretty sure it is not encrypted, and pretty sure that is a db. It is > the same db that the Appwizard used to create the app, so it was somehow > able to open it and get the table and field names. > > Carl K >
Try sqlite3 storage.db. sqlite usually refers to Sqlite version 2 and it will not recognize a version 3 db. -- Adrian Klaver [email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
