Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
error byte array
hi
I think this code is ok but im getting this bytearray error - and mentions OLE
Object
<cfquery name="Recordset1" datasource="dependent">
SELECT picture
FROM tHHbyL
</cfquery>
<cfoutput>
<img src="#Recordset1.picture#">
</cfoutput>
One more question
im passing an url to a template page but on the page which displays the
hospital_id as a digit. id like to display it instead as a an image or button.
Is this possible - i don't want the user to see just a digit but a button which
says more info or view template or something like that
many thanks
Mark
quiero mas Guest
-
How to save a Byte array on to the desktop?
Hi All, I am taking Byte array once clicked and that is being printed in an swfloader in the same page. I want the same to be saved as a image... -
Read and write byte array into PDF file
Hello all I want to read and write byte array into PDF file.I can use "CosNewStream" to create CosObj contained byte array.But how can I get the... -
Convert image into byte array
I am trying to insert an image in the word document using RTF specifiations. The problem i am facing is that in RTF we have to provide a byte string... -
Byte Array objects cannot be converted to strings Error-- SQLExpress DB
Hi I recently upgraded one server to be using SQL Express 2005 Now when I try to output the value of a ROWGUID its giving me this Error Occurred... -
Do I need CRC check on web service which returns byte array?
Hi, I have a web service that will send a byte array down to the client. It goes through highly unreliable radio network. Do I need to implement... -
Dan Bracuk #2
Re: error byte array
You either need to specify a row number in the src attribute of your img tag,
or, put a where clause in your query so that it only returns one row,
or, add a query attribute to your cfoutput tag and remove the qualifier in the
src attribute of your img tag.
Dan Bracuk Guest



Reply With Quote

