Hi!

I would like to insert small binary data (graphic-files) into a LONG-Column.
How can this be done by using SQL Studio?


For example, I would like to do something like this:

CREATE TABLE AAA (
id  FIXED(10)  DEFAULT SERIAL,
pic LONG,
PRIMARY KEY (id))
//
INSERT INTO aaa (pic) VALUES (C:\\product01.gif)


Tanks a lot!

-- 
Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to