If your stream is a System.IO.Stream-type stream, you could read the entire stream (which returns a byte array), use System.Convert to base64 encode the byte array to a string, and whack it in some text field in the DB.
Nick ----- Original Message ----- From: "Shannon Carver" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 24, 2002 6:22 AM Subject: [DOTNET] How can I write a stream to a sql server database? > How can I write a stream to a sql server database table? > > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.