Subject Re: Re: [firebird-support] Is it possible to insert Image via sql stament?
Author
Hello
 


Sent from Yahoo Mail. Get the app


On Tuesday, September 27, 2016 9:36 AM, "liviuslivius liviuslivius@... [firebird-support]" <firebird-support@yahoogroups.com> wrote:


 
 
 
W dniu 2016-09-27 08:06:13 użytkownik Mike Ro miker169@... [firebird-support] <firebird-support@yahoogroups.com> napisał:
 
On 27/09/2016 04:22, trskopo@... [firebird-support] wrote:
 

 
Is it possible to insert image into FB database directly via sql stament using isql or flamerobin?

 
 
Hi, yes it is possible with FlameRobin.
  1. Insert a new record in the normal way (for example, right click on the table, select "Browse data" and Grid->Insert row).
  2. Now in the "Data" area of the window you will have a "[null]" in the column containing your blob field.
  3. Right click on this [null] and there will be an option "Import BLOB from file".
  4. Pick the image file you want to insert and the "[null]" will change to "[BINARY]".
  5. Commit the insert and the image should be in your database.
Note: If you want to view the image, right click on the "[BINARY]" text and choose "Save BLOB to file..."

Hope this helps.
 
 
Hi,
 
by clear SQL it is also possible for smaller images using hex notation
 
in FB3 command can by at 10MB length
 
regards,
Karol Bieniaszewski