Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created this first table.............
SQL> desc graphics
 Name                                       Null?    Type
 ----------------------------------------- -------- --------------------
 BFILE_ID                                           NUMBER
 BFILE_DESC                                         VARCHAR2(30)
 BFILE_LOC                                          BINARY FILE LOB
 BFILE_TYPE                                         VARCHAR2(4)

Also I have created this another table
SQL> desc pictures
 Name                                       Null?    Type
 ----------------------------------------- -------- --------------------
 NAME                                      NOT NULL VARCHAR2(10)
 PIC                                                BLOB

I don't know how to insert and retrieve picture from both of tables..

Since I am beginner to this syntax....

I want to ask that which one method is suitable and comparatively easy to insert and retrieve pictures from oracle database?????
Please help
Posted
Updated 21-Jan-13 5:57am
v3

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900