May 7, 2002 at 3:19 pm
I need to know how it is inserted and how an image is read from a database of SQL Server 7
May 7, 2002 at 3:59 pm
It basically needs to stream out of the database. If you get it in a result set, you need to handle it as a stream and not a set of text characters. To insert it, there is a utility in the resource kit (iis.exe?) or you can use the stream method of ADO.
Steve Jones
May 7, 2002 at 4:26 pm
Bii.exe. ADO stream is the best way.
Andy
May 8, 2002 at 2:05 pm
Thank you for your help, it was very important for my.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply