Re: BLOB in mysql_create mysql++

2001-04-14 Thread Sinisa Milivojevic
xuan li writes: Hello all, When I use mysql_create to create the struce to access table, I have a question about the BOLB type. My table defined as follow: drop table ClipBoard; #4-13 create table ClipBoard( # added 4-12 xuan li id INTEGER NOT NULL, data blob, primary key(id) );

BLOB in mysql_create mysql++

2001-04-13 Thread xuan li
Hello all, When I use mysql_create to create the struce to access table, I have a question about the BOLB type. My table defined as follow: drop table ClipBoard; #4-13 create table ClipBoard( # added 4-12 xuan li id INTEGER NOT NULL, data blob, primary key(id) ); Then I use