load a image

  • hi,

    I would need from T-sql to load an image folder into a table.

    Is it possible?

    thanks


    Daniela

  • What is an image folder?

    Do you want to populate a table with the names of files from a specified folder?

  • Yes, sorry I wasn't more exact.I want to populate in a stored procedure an sql table with some files form harddisk. Is it possible?


    Daniela

  • Daniela,

    Do you want to load the location of a file into a record or do you want to load the file itself into the table?

    When I read your original post I thought you were goinf to load an image into the table.

  • I want the image itself in a table.

    I know it is not reccomended to do it, but it is just temporary, untill another user synchronise its files with it.

    I have on harddisk a structure:

    folder Client picture , with files: 1.gif, 2. gig

    I want to take from Client picture's folder, populate a table ( with an image type column) with 1.gif and 2. gif.


    Daniela

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply