Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BLOB 1

Status
Not open for further replies.

EscapeUK

Programmer
Jul 7, 2000
438
GB
I need to save an image into a SQL field of type image.

Someone mentioned BLOB.

Can anyone help
 
Hi There

You can you an "image"date type to hold images
Image data is not stored as part of the data row but in a separate collection of pages of their own. SQL Server stores a pointer in the row to say where the actual data is found. Image data is stored as binary data up to 2,147,843,647 characters of variable length. Hope This Helps
Bernadette
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top