Do DataTable's in ASP.NET 2.0 support "blob" datatypes?

  • Thread starter Thread starter Ray Stevens
  • Start date Start date
R

Ray Stevens

I have potentially large PDF legal files (up to 10MB) that will be passed to
an imaging system via a webservice. Does anyone know which datatype I should
use for this? IOW, is there something akin to a "blob", since this is binary
data.
 
Back
Top