Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Michael Chean
Probably can't send it to you, but I'll look into it. On Wed, May 9, 2012 at 4:55 PM, Peter Haworth wrote: > How are you encrypting it? There's no built in encryption for sqlite3 but > a few thrird party products that do it, in fact I notice SQLite2009 does > it. If you're using it's encryptio

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Peter Haworth
How are you encrypting it? There's no built in encryption for sqlite3 but a few thrird party products that do it, in fact I notice SQLite2009 does it. If you're using it's encryption, there's probably no way I can key into it, sorry. Pete lcSQL Software On Wed, May 9, 20

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Peter Haworth
Hi Michael, Never seen that one before. Probably SQlite2009 doesn't try to get the user version of the db. The .db3 extension shouldnt matter, sqlite doesn't care what extension you use. Any chance you could send me a copy of your db so I can try it here? This right when it opens the db so it w

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Michael Chean
Ok my mistake that is the encryption causing that problem. Do you handle that? On Wed, May 9, 2012 at 4:20 PM, Michael Chean wrote: > Ok downloaded it and tried it with an database > Received and error: > > Error executing SQL > Pragma user_version > revdberr, Database Error: undefined Sqllite

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Michael Chean
Ok downloaded it and tried it with an database Received and error: Error executing SQL Pragma user_version revdberr, Database Error: undefined Sqllite error Query: Pragma user_version. btw in this situation the db has a .db3 extension. Don't ask me why I inherited it I also use SQLite2009 pro, a

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Peter Haworth
Hi Michael, Yes, it's an unfortunate bug in Chrome and nobody seems to know what causes it. You may have downlaoded before I changed the web site but I put a note on there now. If you re on 1.2.0, I suggest you get the latest version at www.lcsql.com/sqliteadmin.html. Sorry for the inconvenience

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Tim Jones
Guilty until proven innocent. Because so many people simply set "Automatically Open Safe Files" in Safari, Apple had to take the extra step to protect the unknowledgeable from their own missteps. Tim On May 9, 2012, at 11:28 AM, Bob Sneidar wrote: > I get that on a Mac all the time, the first

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Bob Sneidar
I get that on a Mac all the time, the first time I open a file I have downloaded from the internet. Bob On May 9, 2012, at 11:16 AM, Michael Chean wrote: > Strange, downloading in Chrome indicates that the window trial may be > malicious. I've not seen that before.

Re: [ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-09 Thread Michael Chean
Strange, downloading in Chrome indicates that the window trial may be malicious. I've not seen that before. On Sun, May 6, 2012 at 2:06 PM, Peter Haworth wrote: > I'm happy to announce the availability of version 1.2.0 of SQLiteAdmin, my > SQLite database administration program for Mac and Win

[ANN] - SQLiteAdmin Version 1.2.0 released

2012-05-06 Thread Peter Haworth
I'm happy to announce the availability of version 1.2.0 of SQLiteAdmin, my SQLite database administration program for Mac and Windows. This update is available free to all existing users and can be downloaded here . This version includes many bug fixes to impro