From: Christian Mack Date: March 17 1999 7:05pm Subject: Re: blob and parse error List-Archive: http://lists.mysql.com/myodbc/46 Message-Id: <36EFFCE2.A9215BB5@compal.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > Ethan Cairns wrote: > > I am having a little problem creating this new table... The Mysql version is > /usr/sbin/mysqld Ver 3.20.32a for pc-linux-gnu on i586.. Any help with this would be greatly appreciated... > > mysql> > create table n (field1 bigint, field2 varchar, field3 blob); > ERROR 2000: parse error near ' field3 blob)' at line 1 > > ethan Hi Ethan If I recall correct, BLOB was introduced somewhere in 3.21.xx. So you are out of luck. The only choice is to upgrade! Tschau Christian