lothos12345
Well-known member
I have an Access Database with 3 fields and one of these fields contains the filenames of images. Now assume all the image filenames are going to be the same in character length. An example is below:
--Fields
Name Age Image
--Data
Joe Test 22 00010
The problem occurs in the fact that one record can contain mulitple images. An example is below:
--Fields
Name Age Image
--Data
Joe Test 22 00010000110001200013
Now assume that every new file will start with the number 0. I need to be able to move the data from Access to SQL Server and move the images to a seperate fileserver renamed using GUID removing any "-", and the correct indexing information for the newly named images must be in the SQL Server for the record they are associated with. How can I account for the possibility of mulitple images in one record. A programming example of how to accomplish this would be greatly appreciated.
Just as a note the images are .tifs
--Fields
Name Age Image
--Data
Joe Test 22 00010
The problem occurs in the fact that one record can contain mulitple images. An example is below:
--Fields
Name Age Image
--Data
Joe Test 22 00010000110001200013
Now assume that every new file will start with the number 0. I need to be able to move the data from Access to SQL Server and move the images to a seperate fileserver renamed using GUID removing any "-", and the correct indexing information for the newly named images must be in the SQL Server for the record they are associated with. How can I account for the possibility of mulitple images in one record. A programming example of how to accomplish this would be greatly appreciated.
Just as a note the images are .tifs