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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing Stream type Object in MS SQL Database

Status
Not open for further replies.

vikaskalra

Technical User
Aug 12, 2002
41
GB
Hi!

I have a problem. I have a Stream Object (MemoryStream). I am unable to find a way to store this stream to Database. I know I can convert this stream to string and then store it to the database. But I want to avoid doing so as it will increase a Step in both while storing a record to the database and while fetching it back from the database.

Any suggestions will be very helpful.

ThanX in advance,
Vikas

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top