Ask a Question related to Coldfusion Database Access, Design and Development.
-
sam #1
Problem in Retrieving Images From MS Access Database
I'm trying to set-up an online catalogue of products that can be
searched. I have achieved this with text, so I can get results from my
search.
However, i want to be able to see a thumbnail image of the products
that are returned.
I added an OLE Object column to my database and inserted the images
into it.When trying to query from my coldfusion search page, the
results come back with no images and the following messages :
Error Occurred While Processing Request
ByteArray objects cannot be converted to strings.
The Error Occurred in C:\CFusionMX\wwwroot\21site\product results
page.cfm: line 52
50 : <td>#products.Price#</td>
51 : <td>#products.Other#</td>
52 : <td>#products.Image#</td>
53 : </tr>
54 : </cfoutput>
The images are JPGs. I REALLY need some help on this. Any help would be
greatly appreciated.
sam Guest
-
MySQL Database not retrieving the full database
Hi, I am using MySQL and PHP for my repository. It has 500+ records. till now it was displayiing all records in the database, but since from one... -
Retrieving images to flash from SQL database
I've been reading about how, with flash, read and write from SQL server database. But I only finded articles about read and write text data. I need... -
How to show images from access database
Hi all, I'm new in ASP so, I have an access db with a table called IMAGES. It has two fields (IID and ImagePathAndFile). IID has the ID of the... -
Upload images to Access database
How can I easy upload picture to an MS access database. -
Retrieving Data from Microsoft Access Database using Perl
I am on a Windows machine and I need to acess some data in a MS Access database so I can display it on a website. Both the perl script and the...



Reply With Quote

