Thread: ASP Question
View Single Post
  #2  
Old 03-28-2002, 08:15 AM
Malevolent
Hill Giant
 
Join Date: Mar 2002
Posts: 171
Default

Blobs are binary large datasets in mysql, right? I think they are, You can use Response.BinaryWrite with the normal ado recordset patterns.

So far as manipulating the blob, you'd be better off making a COM+ object that you can create on the server which manipulates the data for you.

ASP Script, IMHO, is more driven for the presentation layer.
Reply With Quote