Re: [sqlite] Viewer for blobs in hex?

2009-10-05 Thread Yan Bertrand
Hi all, And thanks for the suggestions. As a conclusion, I wanted to take a minute to mention that I have tried all that you suggested. My choice is to use SQliteSpy because it actually displays blobs in hex right away without having to double-clic on each record, and it is free. -

Re: [sqlite] Viewer for blobs in hex?

2009-09-21 Thread Dan Bishop
Yan Bertrand wrote: > Hi all, > > > > I would like to display the contents of blobs in my table as > hexadecimal. I have not found any easy way of doing this. I tried : > > - wxSQLitePlus, but it does not display blobs contents (or I > could not make it do so) > > -

Re: [sqlite] Viewer for blobs in hex?

2009-09-21 Thread Jean-Christophe Deschamps
Yan, >I would like to display the contents of blobs in my table as >hexadecimal. I have not found any easy way of doing this. I tried : Give SQLite Expert a try. There are both free and Pro version available at http://www.sqliteexpert.com/index.html Free version has no hassle license, no

Re: [sqlite] Viewer for blobs in hex?

2009-09-21 Thread Marco Bambini
Hello Yan, you could use my SQLiteManager application: http://www.sqlabs.com/sqlitemanager.php Regards, -- Marco Bambini http://www.sqlabs.com http://www.creolabs.com/payshield/ On Sep 21, 2009, at 9:43 AM, Yan Bertrand wrote: >Hi all, > > > > I would like to display the

Re: [sqlite] Viewer for blobs in hex?

2009-09-21 Thread Simon Davies
2009/9/21 Yan Bertrand : >                Hi all, > > > > I would like to display the contents of blobs in my table as > hexadecimal. I have not found any easy way of doing this. I tried : > > -          wxSQLitePlus, but it does not display blobs contents (or I > could