Re: chunking in binary (BLOB) data for generic providers
- From: "Cor Ligthert [MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Fri, 15 Sep 2006 20:37:51 +0200
Michael,
You never visited probably our (free of advertising) website.
http://www.vb-tips.com/dbpages.aspx?ID=0bf3f72d-b722-459d-8a46-38b5a2f7fdf0
that it is a image does not matter, although if it is a document I would
even first zip it.
(How to do that is AFAIK as well on our website)
I hope this helps,
Cor
"Michael Burstin" <mburstin@xxxxxxxxxxxxxxxxx> schreef in bericht
news:O2tI$QP2GHA.1040@xxxxxxxxxxxxxxxxxxxxxxx
I think that the answer is no, but is there a generic way to insert BLOB
data into a table in a generic method via ADO.Net in blocks/chunks? From
reading all examples, questions, and other information I can find on
various web sites, newsgroup posts, etc, it appears to be no.
For example, if I have a large binary object that I want to store in a
database (ignoring the philosophical debate of whether this should be in
the database), I certainly don't want to load a 100MB of data and transmit
it across the wire in one piece.
All other database access methods (ODBC via SQLPutData, JDBC, etc) support
inserting data in chunks. Reading MSDN docs, it appears that old ADO
does.
(http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q308042)
ADO.Net doesn't appear to:
http://support.microsoft.com/kb/317016/
The only thing I see even close to it is using proprietary SQL2005
extensions for update.write.
http://msdn2.microsoft.com/en-us/library/a1904w6t.aspx
http://staceyw.spaces.live.com/Blog/cns!1pnsZpX0fPvDxLKC6rAAhLsQ!404.entry
This seems to be a step backwards from ADO and even ODBC.
.
- Follow-Ups:
- Re: chunking in binary (BLOB) data for generic providers
- From: Michael Burstin
- Re: chunking in binary (BLOB) data for generic providers
- References:
- chunking in binary (BLOB) data for generic providers
- From: Michael Burstin
- chunking in binary (BLOB) data for generic providers
- Prev by Date: chunking in binary (BLOB) data for generic providers
- Next by Date: Re: Testing for SQL2000 server availability?
- Previous by thread: chunking in binary (BLOB) data for generic providers
- Next by thread: Re: chunking in binary (BLOB) data for generic providers
- Index(es):
Relevant Pages
|
|