May 25, 2006 at 8:42 am
hi,
I would need from T-sql to load an image folder into a table.
Is it possible?
thanks
Daniela
May 26, 2006 at 7:30 am
What is an image folder?
Do you want to populate a table with the names of files from a specified folder?
May 26, 2006 at 7:34 am
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
May 26, 2006 at 7:39 am
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.
May 26, 2006 at 7:43 am
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