I'm trying to extract blob images from SQL 7.0 Database with PHP 4.2.1. I'm not getting the entire blob. My blob size is always set to 4096. I've tried to re-set the blob size at runtime $cn->maxblobsize = 0; // Zero passes thru. I'm also using ADODB to Connect and extracting with Record Sets. Does anyone have any idea what the problem could be?
Shelley