csiwa28
Programmer
- Apr 12, 2001
- 177
I have an SQL database (created by a third party) that contains general member information (name, address, city, etc). My goal is to be able to create a web interface to display all the members and their information. I am able to display all the fields except for one and the field is called 'MEM_PIC'. I get a 'Type Mismatch' error when I call that field. When I look in the database, all it says is 'OLE object' and not the image name. How do I display the image on the web? I am not familiar with OLE objects and any help would be greatly appreciated.