C
Claus Konrad
Hi
What's the better way for retrieving a very large BLOB field from a SQL 2000
(image-field)?
I'm currently usign a SqlDataReader, but it times out before all data is
retrieved from the table field
Is there any good approach for obtaining parts of the field (like
Reader.GetBytes(...))...??
/C
What's the better way for retrieving a very large BLOB field from a SQL 2000
(image-field)?
I'm currently usign a SqlDataReader, but it times out before all data is
retrieved from the table field
Is there any good approach for obtaining parts of the field (like
Reader.GetBytes(...))...??
/C