Get Blob from Firebird SQL Database
이전 댓글 표시
Hi all,
I'm trying to read a blob with help of a JDBC driver out of a Firebird SQL database. The normal SQL query are working as expected but as soon as I want to read blob, I get this kind of result: org.firebirdsql.jdbc.FBBlob@24027b42. The value after the "@" sign is changing after each try. I'm tried both, accessing the blob with help of the database explorer of the database toolbox and with a script. The result is very similar.
For me it looks like that the result is referring to any kind of address but I don't know how to access the data.
Any kind of help is appreciated. Thanks in advance.
댓글 수: 4
Guillaume
2019년 2월 11일
What is
class(the_blob_object_returned_by_your_query)
?
Rene Bilsing
2019년 2월 11일
Ok then, what is the class of the content of that cell?
class(rsdata{1})
Rene Bilsing
2019년 2월 11일
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!