Home » RDBMS Server » Server Administration » How to store image file into long raw column and...
How to store image file into long raw column and... [message #373063] |
Sun, 25 March 2001 19:12 |
buchie
Messages: 5 Registered: March 2001
|
Junior Member |
|
|
Hi,
I made a table like this, for example
create table imgt (
ino char(8) not null,
imgf long raw )
and I want to store image file to long raw column,(1)
the file name to char column.(2)
and then, inversely, to save the long raw column to a file,(3)
the char column to the file name.(4)
Is it possible with 'select' and 'insert' statement?
Let me know How to make it?
Thanks!!!
|
|
|
Goto Forum:
Current Time: Sun Jan 12 07:55:10 CST 2025
|