vikaskalra
Technical User
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
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