Re: Reading BLOB data from SQL using a datareader
- From: "David Carr" <David_Carr@xxxxxxxxxxxxxxxx>
- Date: Mon, 15 Aug 2005 14:09:00 -0700
Jason,
I also found Peter van Ooijen's article, "Building a real-life
web-experience : Don´t trip over the threads", useful.
http://www.dotnetjunkies.com/Article/55C1654E-A55C-40AB-AF5F-7C944388D96A.dcik
Perhaps it will also have some relevance to what you are doing.
David
"Jason James" <jason@xxxxxxxxxxxxxxx> wrote in message
news:43003e1d.1035398@xxxxxxxxxxxxxxxxxxx
> Hi all,
>
> I have some working code that reads BLOBs from an
> SQL database, but it reads them into a dataset. This
> is fine for small BLOBs, but if they are large I want to
> be able to retreive them only when needed. Therefore
> I should like to use a datareader. Can this be done?
> Does anyone have any sample code or useful
> resources that could help me with this task.
>
> Many thanks,
>
> Jason.
.
- Follow-Ups:
- Re: Reading BLOB data from SQL using a datareader
- From: Jason James
- Re: Reading BLOB data from SQL using a datareader
- References:
- Reading BLOB data from SQL using a datareader
- From: Jason James
- Reading BLOB data from SQL using a datareader
- Prev by Date: Re: How to retrieve stored procedure error code in C#?
- Next by Date: Re: Filling dataset from oracle gives OCI-22053 error
- Previous by thread: Re: Reading BLOB data from SQL using a datareader
- Next by thread: Re: Reading BLOB data from SQL using a datareader
- Index(es):
Relevant Pages
|