DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Insert into Blob column

  1. #1
    Join Date
    Nov 2001
    Location
    MALAYSIA
    Posts
    11

    Arrow

    hIIIIII Friends I hava problem inserting the blob and clob
    example
    create table abc(x char,image blob,file bfile);
    insert into abc values('jjjjjjjj',empty_blob(),bfilename('bigtext','xyz.gif'));

    Now I like to insert my pic into BLOB.
    So how to insert my pic into image column??
    Give me steps---
    thank u

  2. #2
    Join Date
    Aug 2001
    Location
    Waterloo, On
    Posts
    547

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width