Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
[SOLVED] Read Picture from Postgresql Database Unknown Picture Format [blob]
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Error: Enumeration symbol...
by
daniel_sap
[
Today
at 03:18:34 pm]
AI interactions
by
Zvoni
[
Today
at 02:19:48 pm]
[hacked for now] Changing...
by
jamie
[
Today
at 01:24:48 pm]
TLazSerial : serial port ...
by
dbannon
[
Today
at 12:41:12 pm]
Recomendations for conver...
by
kompustelnik
[
Today
at 11:20:05 am]
Qt6 / X11: problem with G...
by
paweld
[
Today
at 11:14:43 am]
[Solved] Lookup field: er...
by
BlueIcaro
[
Today
at 09:59:57 am]
connecting to mariadb
by
Zvoni
[
Today
at 09:31:54 am]
delete cookies
by
tintinux
[
Today
at 09:26:01 am]
Why does the call via fun...
by
Thaddy
[
Today
at 08:57:45 am]
LCL Web Native with D2Bri...
by
egsuh
[
Today
at 08:10:14 am]
Access Violation - Databa...
by
Xenno
[
Today
at 06:21:52 am]
Question re. FCL's ssocke...
by
Curt Carpenter
[
Today
at 12:22:45 am]
SpkToolbar custom update
by
wp
[December 14, 2025, 11:55:55 pm]
MVP made easier.
by
cdbc
[December 14, 2025, 05:14:40 pm]
Lazarus is not working
by
Fred vS
[December 14, 2025, 05:14:20 pm]
TIBDataSet "Closing"? on ...
by
RedOctober
[December 14, 2025, 04:52:18 pm]
Running External Tools
by
JuhaManninen
[December 14, 2025, 04:08:28 pm]
The start of yet another ...
by
TBMan
[December 14, 2025, 03:16:21 pm]
Need help with Runcommand...
by
marcov
[December 14, 2025, 12:46:25 pm]
Military Grade Directives
by
Thaddy
[December 14, 2025, 11:46:44 am]
Cannot find Online Packag...
by
Thaddy
[December 14, 2025, 11:37:58 am]
Anyone interested in help...
by
ad1mt
[December 14, 2025, 08:56:20 am]
Hashing pointers by using...
by
440bx
[December 14, 2025, 03:16:33 am]
exception external SIGSEG...
by
dseligo
[December 14, 2025, 02:24:28 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Read Picture from Postgresql Database Unknown Picture Format [blob] (Read 2091 times)
heejit
Full Member
Posts: 249
[SOLVED] Read Picture from Postgresql Database Unknown Picture Format [blob]
«
on:
March 19, 2019, 05:48:21 pm »
Code: Pascal
[Select]
[+]
[-]
Working
:
astream
:
TStream
astream
:
=
m_qry
.
CreateBlobStream
(
m_qry
.
FieldByName
(
'file_data'
)
,
bmRead
)
;
self
.
imgWidget
.
Picture
.
LoadFromStream
(
astream
)
;
Not
Working
:
Unknown Picture Format
astream
:
TMemoryStream
TBlobField
(
self
.
m_qry
.
FieldByName
(
'file_data'
)
)
.
SaveToStream
(
astream
)
;
self
.
imgWidget
.
Picture
.
LoadFromStream
(
astream
)
;
In documentation also it suggested to use TBlobField :
https://www.freepascal.org/docs-html/fcl/db/tdataset.createblobstream.html
Then why there is format Error?
Development Env:
Lazarus : 2.0
Feepascal : 3.0.4
SVN Rev : 60350M
OS : Linux 64bit Ubuntu 16.04
«
Last Edit: March 31, 2019, 03:10:00 pm by jshah
»
Logged
heejit
Full Member
Posts: 249
Re: Read Picture from Postgresql Database Unknown Picture Format [blob, postgresql]
«
Reply #1 on:
March 31, 2019, 03:09:37 pm »
Solved
We need to move the position of stream to beginning
astream.Position:=0;
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
[SOLVED] Read Picture from Postgresql Database Unknown Picture Format [blob]
TinyPortal
© 2005-2018