Hi, trying this with current cvs: CREATE TABLE Binary_Table ( ID mediumint(8) unsigned NOT NULL auto_increment, MyData blob NOT NULL, PRIMARY KEY (ID) ) TYPE=MyISAM; I get an allocation memory error in lib.inc.php3, line 1608. Marc