Question
MS ACCESS, ColdFusion and Image Problems
I have done this before using PHP and Mysql and it was pretty
simple. I now need to do this in ColdFusion and MS Access 2003.
I want to store logos in a database. After reading up on it, I found that you store images in Access using the OLE Object Datatype - done. Now the real fun part starts.
I am trying now to display these logos from the MS Access 2003 database onto a webpage using Coldfusion. I have looked into it, and one article suggested using the BLOB type - which is what you do in MySQL, but in MS Access that option is not available. So I looked into it somemore, and it seems that there are three functions that you need to use, and they are in Visual Basic - provided in part by Microsoft, but it seems EXTREMELY way too complicated for simply displaying an image staored in a Database.
Has anyone been able to store and display images using MS Access and Coldfusion before? If so, could you guide me?
I want to store logos in a database. After reading up on it, I found that you store images in Access using the OLE Object Datatype - done. Now the real fun part starts.
I am trying now to display these logos from the MS Access 2003 database onto a webpage using Coldfusion. I have looked into it, and one article suggested using the BLOB type - which is what you do in MySQL, but in MS Access that option is not available. So I looked into it somemore, and it seems that there are three functions that you need to use, and they are in Visual Basic - provided in part by Microsoft, but it seems EXTREMELY way too complicated for simply displaying an image staored in a Database.
Has anyone been able to store and display images using MS Access and Coldfusion before? If so, could you guide me?