0
New Here
,
/t5/coldfusion-discussions/no-complete-read-out-of-binary-data-from-db/td-p/845962
Feb 25, 2009
Feb 25, 2009
Copy link to clipboard
Copied
i have a strange problem. i'm reading out binary data (png
images) from database through cold fusion. all worked fine, but now
it stopped working. the exact same script is working on another
server and the images are displayed correctly. but on the other
server, it doesn't work anymore(from one hour to another..).
database is the same. other data from the database is read out
correctly. but the binary data doesn't seem to be read out or not
completely. images stay blank, because only a header is created.
i managed it, to convert the binary data, which is read out, to string and display it on both servers. result is, that on the one server, its more than one and a half site, on the not working server, it's just more or less a line of information.
any ideas, what could be wrong? kind of time-out because of the length of the data?
i managed it, to convert the binary data, which is read out, to string and display it on both servers. result is, that on the one server, its more than one and a half site, on the not working server, it's just more or less a line of information.
any ideas, what could be wrong? kind of time-out because of the length of the data?
TOPICS
Database access
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
New Here
,
Feb 25, 2009
Feb 25, 2009
don't know how and why, but after 5 days of searching and now
writing this entry, i looked into the cold fusion administrator and
saw, that the "enable binary large object retrieval(BLOB)" was
disabled... it wasn't me....
so problem is solved
so problem is solved
New Here
,
LATEST
/t5/coldfusion-discussions/no-complete-read-out-of-binary-data-from-db/m-p/845963#M78055
Feb 25, 2009
Feb 25, 2009
Copy link to clipboard
Copied
don't know how and why, but after 5 days of searching and now
writing this entry, i looked into the cold fusion administrator and
saw, that the "enable binary large object retrieval(BLOB)" was
disabled... it wasn't me....
so problem is solved
so problem is solved
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

