I am trying to display an in that is in an SQL Server database. I am using the NorthWind database for testing. In the Employees table, there is an image datatype column. All I want to do is query the database and display the picture of the employee with his/her name. How do you do this?
My query is <CFQUERY>SELECT * FROM EMPLOYEES</CFQUERY>
The name of the image column is called Photo.
My query is <CFQUERY>SELECT * FROM EMPLOYEES</CFQUERY>
The name of the image column is called Photo.