[sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
any advice for me? Many thanks! Tobias Giesen www.syncovery.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
any advice for me? Many thanks! Tobias Giesen www.syncovery.com ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
A. Cheers, Tobias > On 3 Aug 2012, at 3:33pm, Tobias Giesen <tobiasgie...@gmail.com> wrote: > > > I have one particular type of database that has become unreadable on > > the new Mac OS 10.8. It must be related to the SQL structure. The error > > I get is "da

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
to automate it or they will yell at me. Cheers, Tobias > On 3 Aug 2012, at 5:33pm, Tobias Giesen <tobiasgie...@gmail.com> wrote: > > > And a .dump results in an incomplete dump, otherwise it would be easy > > for me to convert/fix the database. > > > > The .dump

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
Sounds like a plan!! Many thanks! Please excuse the shortness of this mail, as I am sending it from my phone. If necessary, I will send more details soon. Warmest mobile regards from Tobias Giesen On 03.08.2012, at 19:12, Simon Slavin <slav...@bigfraud.org> wrote: > > On 3 Au

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
, it does not work. > SELECT sqlite_source_id(); I get: 2012-04-03 19:43:07 86b8481be7e7692d14ce762d21bfb69504af Kind Regards, Tobias Giesen "To avoid a reboot, make sure that no SuperFlexible or ExtremeSync processes are running in Task Manager before installing an update." S

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
Hi, I have a problem with this. Even when I invoke an old sqlite3 executable, Mountain Lion still launches 3.7.12. Apparently Apple prevents starting other versions of it and redirects everything to their current version in /usr/bin. As I wrote earlier, the same thing happened with the

Re: [sqlite] sqlite3 database unreadable on Mountain Lion

2012-08-03 Thread Tobias Giesen
> On ML here I can launch my version in /user/local/bin just fine. Maybe because it's newer. Try to start the Snow Leopard version. If you can get that done, I will be thrilled! However I will also try putting it in /usr/local/bin next. Cheers, Tobias

[sqlite] How to build a new sqlite3.dylib?

2012-08-04 Thread Tobias Giesen
Hello, I was able to compile the sqlite3 shell, but how to create the latest dylib, or where can I download it? Many thanks. Kind Regards, Tobias Giesen ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman

Re: [sqlite] How to build a new sqlite3.dylib?

2012-08-04 Thread Tobias Giesen
Hi, great I will try it! Cheers, Tobias > On 4 Aug 2012, at 11:54am, Tobias Giesen <tobiasgie...@gmail.com> wrote: > > > I was able to compile the sqlite3 shell, but how to create the latest > > dylib, or where can I download it? > > The most accepted way to w

Re: [sqlite] How to build a new sqlite3.dylib?

2012-08-06 Thread Tobias Giesen
Hello, would you be willing to share your dylib with me? I don't know how to do this with Xcode. Cheers Tobias > On 04 Aug 2012 at 11:54, Tobias Giesen <tobiasgie...@gmail.com> wrote: > > > I was able to compile the sqlite3 shell, but how to create the latest > &g

Re: [sqlite] How to build a new sqlite3.dylib?

2012-08-06 Thread Tobias Giesen
> Do you absolutely need to use a dynamic library ? I have spent a full day trying to compile & link the c and h file with my Pascal code and I have given up. The DB library I have expects a dylib so I will have to feed it what it can eat. Trouble is, I don't know how to build the dylib either