ASP Question
Can anybody help here.
Using ASP how would you once you have the blob field open - Parse it and read it and put it in a string to response.write? |
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. |
All times are GMT -4. The time now is 07:07 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.