rob Posted September 7, 2013 Posted September 7, 2013 I messed up. I imported some pictures as 'store reference' but in this instance, I need them inside the database in a container field because I need to move the folder. How do I now say to take that stored reference and replace it with the actual image?
rob Posted September 8, 2013 Author Posted September 8, 2013 The thing is - there are other fields in the table where notes and things have been entered against each picture. If I reimport them now, they will import again and I can't match the existing records to the new ones. How can I map an import to update/replace? Thank you for considering my problem. Any hints would be appreciated.
IdealData Posted September 8, 2013 Posted September 8, 2013 You can script this: 1. As you have stored as reference then use the GatAsText (data) function on the images to determine their current path. 2. Assign a $var to hold the path 3. INSERT PICTURE using the $var as the source Put all this into a loop for the records to process, and don't forget to the switch storage to internal. Your original folder must still exist for this to work. 1
rob Posted September 10, 2013 Author Posted September 10, 2013 Mr. Ideal Data, I have not tried this yet but I know it will work. And I had discovered the new external containers so once I get this set up right to where I don't lose the internal notes on the graphics then I might move them back to external. It sounds like a good idea once we are served. If I get stuck on it I'll post but it seems very clear. I appreciate your help.
Recommended Posts
This topic is 4093 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now