July 16, 2003 at 8:20 pm
how can i put an image file to my database?
July 16, 2003 at 11:59 pm
Hello supercharlz,
quote:
how can i put an image file to my database?
there are several ways for this.
- using the ADO Stream object. For example like this http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=12228
- using the textcopy C++ example that ships with SQL Server.
Cheers,
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
July 17, 2003 at 2:15 am
quote:
Hello supercharlz,quote:
how can i put an image file to my database?there are several ways for this.
- using the ADO Stream object. For example like this http://www.sqlservercentral.com/forum/link.asp?TOPIC_ID=12228
- using the textcopy C++ example that ships with SQL Server.
Cheers,
Frank
thanks!!! 🙂
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply