Hi,

To insert Blobs via SQL Studio please use the Form Dialog.
With the Popup Menu "Import Long" you can choose a file to be imported.

Regards
        Wolfgang 

-----Original Message-----
From: Andreas Goldstein [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 5. April 2005 15:57
To: [email protected]
Subject: Binary-File into a long column

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]


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

Reply via email to