Subject | Re: [firebird-support] Is it possible to insert Image via sql stament? |
---|---|
Author | Mike Ro |
Post date | 2016-09-27T06:06:13Z |
On 27/09/2016 04:22, trskopo@... [firebird-support] wrote:
Hi, yes it is possible with FlameRobin.
Is it possible to insert image into FB database directly via sql stament using isql or flamerobin?
Note: If you want to view the image, right click on the "[BINARY]" text and choose "Save BLOB to file..."
- Insert a new record in the normal way (for example, right click on the table, select "Browse data" and Grid->Insert row).
- Now in the "Data" area of the window you will have a "[null]" in the column containing your blob field.
- Right click on this [null] and there will be an option "Import BLOB from file".
- Pick the image file you want to insert and the "[null]" will change to "[BINARY]".
- Commit the insert and the image should be in your database.
Hope this helps.