473,327 Members | 2,012 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

compression deflate

i would like to store the compressed stream in a table
is there a way to convert the compressed stream to
a string or someother storeable data type
thanks
Apr 3 '08 #1
1 1857
You ideally need to handle this as a BLOB; here are some older
examples talking to SQL2000 (image) - but I have (in recent memory)
posted updates (somewhere) with SQL2005 and varbinary(max).

stream=>database
http://groups.google.co.uk/group/mic...4e7e3782e59a93

database=>stream
http://groups.google.co.uk/group/mic...d173f1db2951f1

Marc
Apr 3 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Stefan L | last post by:
Hi Everybody, does anyone know if there is a good compression library available for the .NET-Framework? I want to compress a byte-Array (chunk from a file) for transmission over the internet...
6
by: Just D. | last post by:
All, I know that some versions if IIS like in Advanced Server are supporting a run-time compression, and we can enable and use it. What are requirements for the client side browser to work with...
6
by: MattC | last post by:
Hi, If I add the following line to Application_BeginRequest Request.Headers.Add("Accept-Encoding", "gzip"); Will this cause the server to utilise IIS6.0 Compression even if the client is...
2
by: Frederik Vanderhaegen | last post by:
Hi, I'm writing an application who captures everything that passes on port 80. The result op the capture is an byte array with the retrieved values. My problem is the following when i'm trying...
4
by: Angel Of Death | last post by:
If server uses HTTP 1.1 Gzip compression, how can I use the classes generated using WSDL.exe. I can do : protected override WebRequest GetWebRequest(Uri uri) { WebRequest request =...
1
by: Rishika | last post by:
Hi, Im trying to create a web service client in visual basic.net. When the web service gets invoked in the client: Dim results() As Object = Me.Invoke("GetInstantaneousFlowData", New Object(-1)...
5
by: jeremyje | last post by:
I'm writing some code that will convert a regular string to a byte for compression and then beable to convert that compressed string back into original form. Conceptually I have.... For...
1
by: roche.alexis | last post by:
Hi all, I'm looking for a library in python containing severall compression algorithms like RLE, Deflate, LZ77-78-W, Huffman,...... do someone know if such of this type of lib exists?? Thanks
21
by: =?Utf-8?B?VkJB?= | last post by:
I compressed a file with GZipStream class and is larger than the original file.... how can this be?, the original file is 737 KB and the "compressed" file is 1.1 MB. Did i miss something or is...
5
by: Jon Harrop | last post by:
I just added save-to-PNG to our software and noticed that WPF generates enormous PNG files. Re-encoding them under Linux makes them 20x smaller. Is it possible to enable compression under .NET or...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.