How do I store an image file in SQL Server 2000?
by SQL Stan
Q: how do i store an image to SQL server 2000 using Visual Basic 6 as the programming lanuage
Kevin Kline says: You should first ask youself “Should I even store image files inside of SQL Server 2000?” It’s not always as straight of a question as you might think. Check out the article at to help you decide whether to store images inside of the http://databases.aspfaq.com/database/should-i-store-images-in-the-database-or-the-filesystem.html database or on the file system. You’ll find some very nice programmatic examples at http://www.sqlteam.com/article/images-and-sql-server.
Technorati Tags:
Visual Basic, application programming, BLOB datatypes, GetImage, StoreImage, GetImage
Tags: Programming
July 25th, 2008 at 1:14 am
how to insert image fine in sql 2000 server and how