[PHP] image field in MSSQL db

2004-07-29 Thread Edward Peloke
I have never kept my images in the database but instead used the db to hold the path to the image. I now have to connect to a third party SQL Server db which holds images with an image data type in the table. How can I pull this out so it can be diplayed? I simply can't echo out the contents as

Re: [PHP] image field in MSSQL db

2004-07-29 Thread raditha dissanayake
Edward Peloke wrote: I have never kept my images in the database but instead used the db to hold the path to the image. indeed that is the right way to do it. I now have to connect to a third party SQL Server db which holds images with an image data type in the table. How can I pull this out