Thank you very much Thomas. Are you the author of SQL Workbench? Congratulations, very good job!!!.
Greetings. Walter. On Wed, Dec 12, 2012 at 7:44 PM, Thomas <[email protected]> wrote: > ** > > > --- In [email protected], Lester Caine <lester@...> wrote: > > W O wrote: > > > I know how to insert an image or photograpy to a table using a > programming > > > language and how to see that image or photography, but I don't know > how to > > > do without a programming language. So, I have two questions: > > > 1. How to insert an image or photography without using a programming > > > language? > > > 2. How to see that image or photography without using a programming > > > language? > > > > The quick answer is "you can't" ... I don't know if any of the > management tools > > support images, Flamerobin doesn't. > > > > SQL Workbench/J can handle that. It does not automatically detect the type > of a BLOB, but you can display the image "manually". It also can > export/import BLOB data e.g. through CSV files (the CSV file then contains > the filename of the blob data). > > It also supports an "extended" SQL syntax where you can reference an > external file in an insert or update statement, e.g. > > update foo > set img = {$blobfile=/foo/bar/image.png} > where id = 42; > > http://www.sql-workbench.net > > (I'm the author of that tool) > > > > [Non-text portions of this message have been removed] ------------------------------------ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Visit http://www.firebirdsql.org and click the Resources item on the main (top) menu. Try Knowledgebase and FAQ links ! Also search the knowledgebases at http://www.ibphoenix.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/firebird-support/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/firebird-support/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
