How can I change the location / folder for the database without doing it for every single photo?

I merged my Database from another mb. The photots are stored on the mb and on an external hdd.
Now I want to change all photos to the external hdd.
How can I do this without doing it photo by photo?

What I have done:
1. merge database to another computer
2. the photos are located on a local hdd of the old mb
3. copied all the photos to an external hdd
Now I want to:
relocate all the photos to the external hdd without any connection to hdd of the old mb
Is this possible in the way you mentioned it?

Similar Messages

  • How can I change the database & schema used by an Application?

    Hi community,
    I am very new on Essbase and I need help to find out how can I change the database connection (and schema) used by the database of an Application. The figure is that I need to point this database to a QA environment (currently it points to DEV).
    If I do a right click over the properties of the database, I can see the following tabs: [ General ][ Dimensions ][ Statistics ][ Modifications ][ Compression ]. However, there is no option to change the database connection.
    Is there a way to do this?
    Thanks in advance for any help! Cheers!

    Are you trying to change a database connection of Planning application?
    Essbase application do not have a relational connection.
    Regards
    Celvin
    http://www.orahyplabs.com

  • How can i change the database name on MaxDB?

    Hello.  I need to do a homogeneous copy where the source system is the productive system and the target system is the quality system. Therefore after to restore the data backup i need to change the database name of quality system (from CLP to CLQ) but i'm not sure that it could be possible because in the MaxDB documentation i didn't found nothing about that. please can you tell me if it is possible and how i change it?
    I work with MaxDB 7.6.04.11.  Thanks for your help.

    > I will try to explain better: the SID of the source database is CLP and the SID of the target database is CLQ, when you say "once you restore the DB, it will use the new SID", i understand that the new SID in the target database would CLP or am i wrong? and i need that the SID in the target database remains CLQ after the restore.
    Hi Ivonne,
    what you've described as your requirement is exactly what will happen, when you just perform the procedure that Eric described to you.
    A recovery won't change the SID of the instance you perform the recovery to.
    All it does is: take the instance as is and load the data pages to the data area. Afterwards the log files may be recovered.
    Think of the instance as a kind of container for your database.
    The instance itself is not the database - so the SID does not change with the content of the database.
    Hmm... why not simply try it?
    Create a little test instance and back it up.
    Create another instance with a different name and recover the backup of the first instance.
    You will still have both instances, each with its original name.
    regards,
    Lars

  • How can I change the settings on entering a password every time something is bought

    The problem is I put the password in once and get an app for my son and it is unlocked for a number of minutes I wants it to b locked rite away! Cause he is purchasing things while it is unlocked. Is there any way to have this changed to promp with password every time something is downloaded in the future?

    You can't change the time, which is 15 minutes, after which you don't have to re-enter your password, but I think that signing out of your account when you've downloaded what you want will work : Settings > Store > Sign Out . Or just wait 15 minutes before handing the phone over.

  • How can I change the tempo without distorting the vocals?

    Hi
    I have a song which is quite fast, so I tried to record it slow then increase the tempo after I'd recorded it. The problem is when I do this, the vocals get all distorted and sound wavy.
    Is there anything I can do to increase the tempo without this happening?
    Thanks

    I see your point, but then why is it when you an import a song from itunes and increase the tempo the vocals dont become distorted?
    I can understand how chaging the pitch of a track can distort the vocals, but not the tempo.

  • How can I change the password without the startup disk?

    I recently purchased a used Macbook OS X 10.4.11. I don't know the password, and couldn't get the disk so I can reset it.
    If anyone could help me, that would be much appreciated! I'm new to this whole Mac thing, I bought it for college next year.
    Thanks!

    Hi emathers, and a warm welcome to the forums!
    As long as it's not a Firmware Password set, Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences! (Use a new Shortname & such so as not to interfere with the original)
    applesetupdone...
    http://discussions.apple.com/thread.jspa?messageID=6059333&#6059333
    http://www.askdavetaylor.com/howdo_i_reset_my_mac_os_x_admin_rootpassword.html

  • Just got my ipod touch three days ago. It seems to think I am located in Thailand even though I am in Wyoming. How can I change my location?

    Just got my ipod touch three days ago. It seems to think I am located in Thailand even though I am in Wyoming. How can I change my location?

    For location the iPod uses the location of nearby wifi routers that are in Apple's database. You do not have to be connected to the network/router to use that router's location. Thus, it appears that Apple's database has the incorrect location of nearby routers. Apple continuously updated their database based on info they obtain from iPhones. No one has been able to find a way to inform Apple of a router or correct is location.

  • How can I change the source DB?

    Hi all,
    I have implemented an ETL with OWB where the source DB and the target DB both are Oracle.
    Now I have the same source (the same structure, tables, indexes,...) DB in MSSQL. Then my question is: how can I change the connections without modifying the mappings?
    I only want to change the source DB in Oracle to the same DB in MSSQL, therefore the mappings that are getting the data from Oracle then will get the data from MSSQL DB. Is it possible? or I have to create new mappings for MSSQL?
    Many thanks in advance,
    Victor.
    p.d. hope my english is understable

    Hi
    To have one set of mappings that could be switched to point to one system or another would be possible using synonyms to the source, where the synonym could be refined at runtime.
    You can have unbound table operators in OWB mappings that would be the name of the source item. It helps to understand a little about how the code generation works in order to do this. If you use a source table T in a schema S1, and the mappings is in schema S2, then the generated code would refer to S1.T and may even have a dblink so S1.T@dblink, an unbound table operator for table T would simply use the name T in the generated code, this lets you define T however you want in the schema where the mapping is deployed to. So T could be a synonym that points to a local Oracle table for example named S3.MYORATAB or it could be a SQLServer table referenced via the database gateway using MYSQLSERVERTAB@mysqlserverinstance
    Here is a trick to quickly define an unbound table operator based on the table structure of an existing table. You can quickly create unbound table operators that look like other tables by adding an existing table which you have imported into the map, then add a new table operator and add it unbound with a name. Then map from the bound table operators in/out group to the unbound table operators in/out grp, this will define all of the attributes and datatypes, you can then delete the bound table operator to leave the unbound one.
    An alternative would be to copy-paste the mappings and synchronize the source table operators with the SQLServer table definitions.
    Cheers
    David

  • How can I change the location for the backup from iphone to itunes?

    How can I change the location for the backup from iphone to itunes? I want to backup to my external harddisk and not the computer itself. How do I do it?

    Moving the iOS device backup location
    Open a command prompt by hitting the start button and typing CMD<Enter> in the search box that opens up, or with Start > Run on older Windows.
    To move the current backup folder from C: to D: (for example) type in this command and press <Enter>
    Move "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    Where <User> is your Windows user name.
    To make iTunes look for the data in the new location type in this command and press <Enter>
    MkLink /J "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    If your preferred drive has a different letter or you already have a folder called "Backup" then edit "D:\Backup" accordingly in both commands.
    If you have Windows XP then you'll need a third-party tool such as Junction to link the two locations together instead of the MkLink command. The source folder is C:\Documents and Settings\<User>\Application Data\Apple Computer\MobileSync\Backup
    tt2

  • HT5622 I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for p

    I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for purchase stubbernly remains my own.

    You do not mention it, but I will assume you are running OS 10.9.1.
    Go to: Apple menu / System Preferences / Users & Groups. Click the padlock and enter your password.
    Click the + (plus sign) and set up a new account for your wife. You have to enter a bunch of info. And then create the correct Login Options. Automatic login does not require a password from the selected user.
    When that is done, verify the account works by restarting the computer and login as your wife.
    Make sure that any applications in your own Users folder that will be needed are moved to the Applications folder in your wife's Users folder.
    Now go back to Users and Groups, click the padlock and authenticate, select your own account, and hit the - (minus sign). This step cannot be reversed, so you might want to wait a few days before doing it.
    When your wife is logged in, the App Store will know.

  • How can I change the ipad2 backup location

    How can I change the local computer backup location for an iPad2 (iOS 5.0.1) to a folder I designate so it doesn't go through a specific user account (i.e.- If I create a folder directly on c: then point the backup there)?

    This previous discussion may be of interest: how do i change the file location of a backup on my computer

  • HT201361 Is it possible to save the screenshot files to a different folder than desktop. How can I change the folder?

    Is it possible to save the screenshot files to a different folder than desktop (that is the default). How can I change the destination folder? Thank you, Sal

    To change the screenshot capture location to a new place on your Mac, first think of a location that would serve you properly. We like to place ours in a "Screenshot" folder located inside of the User's "Pictures" folder. To change the location to this new location, open the Terminal and enter the following command:
    defaults write com.apple.screencapture location /Users/[u]/Pictures/Screenshots/
    Replace "[u]" with the name of the user on your system. Once you have entered this command, let's restart the screen capture utility by restarting the SystemUIServer by entering the following command:
    killall SystemUIServer
    You can optionally log out and back in instead of entering this second command, thus restarting the SystemUIServer. Once restarted, all screen captures taken from here on out will end up in your /Pictures/Screenshots/ folder in the User's home folder on your Mac.

  • How can I change the hotkey assignments for options listed in the context-click (right-click) menu?

    How can I change the letter assignments designated to the options that appear in the right-click drop-down menu?
    I frequently save specific items and inspect elements in webpages, however currently the key assignment for 'View Page Info' is the letter ' i ', which inconveniently is located out of the reach of my left hand.
    Rather than forcing ambidextrous mouse usage to allow my right-hand to rest on the keyboard, if I could be pointed in the right direction for customizing these assignments I would greatly appreciate it. I have been able to disable some of the menu items I don't use with firebug but didn't see/didn't know how to go about customizing this option in about:config or deeper in the program files.
    Thanks ahead of time, I'm sure this will be a quick and hopefully easy file/preference name assignment I just need to add, I just couldn't find any forums that had already addressed the request.

    While that add-on is pretty useful and handy for customizing the keyboard shortcuts for items housed in the Menu Bar, it does not provide the resource to change the key combinations assigned to items in the context-click menu
    (the one that appears when you right-click a HTML element or image or such with specific actions pertaining to the item you clicked on - See image)
    https://support.cdn.mozilla.net/media/uploads/images/2014-12-14-13-13-50-85097a.png

  • How can i change the Director App Icon for Windows?

    How can i change the icon for my App for Windows? Director can do this from the Publish Settings. The Custom icon for app doesn't work. I select a .ico file for windows and Director can't attach this to the app.
    There is anothe way to do that simple like in Mac with the Contest folder?
    Regards
    Gino Delgado

    You can also try my RiEditor here: http://www.director-online.com/dougwiki/index.php?title=Resource_and_Icon_Editor
    However, to answer your original question directly, I suspect there's something wrong with your .ico file as the feature in the publish settings works just fine, last I tried.

  • How can i change the path for uploadin videos??

    i m using javax.servlet.servletcontext for setting the path for storin upload videos...
    by using the getrealpath able to store videos in web-inf file...
    how can i change the location...

    this is the part of code in which i want to change my storage location:
    ** * The base path corresponds to the base directory of the
    * application context's WEB-INF directory. This means that
    * this directory is NOT visible to the end user.
    public static String getBasePath(javax.servlet.ServletContext context)
    { return context.getRealPath("/") + "WEB-INF" + directorySep;}
    /** * The temporary directory used to store files while they are
    * being uploaded. */
    public static String getTempPath(javax.servlet.ServletContext context)
    { return getBasePath(context); }
    /** * Gets the upload directory - used to indicate the local file
    * system storage area.
    can u tell me now how to change the context value???
    and how to change the storage loction??

  • How can I change the name of my home folder?

    Just got a new job. Yeah! Taken over former employees' iMac. I made myself Administrator, seem to be the only log in option. But, my home folder is still in the old guys name. How can I change the name on the Home folder without deleting it and loose all the files? CAN'T loose the files?  Help...
    Thanks

    Changing the existing home folder name is complicated. I recommend you NOT do that.
    Instead, create a new User with exactly the home folder name you want, and copy your files over to that new user. Once a few days have gone by trouble-free, and you are certain you have no issues, you can delete the old home folder.
    While on the subject of users, Some users prefer the peace-of-mind of using an "ordinary" user account, rather than an Admin account for daily use. This makes it much harder for anything to "sneak" onto your Mac, as you need to authenticate anything to be installed in system directories.
    To do this, create a new Admin user, log into it, and demote your daily-use account to a non-Admin user. When actively installing stuff, the Admin username and password will be requested.

Maybe you are looking for

  • Can't HP Officejet pro 8100 do wifi access point?

    Yesterday my HP Officejet pro 8100 arrived and I try to connect via wifi. I thinked that It need a infrastructure access point to print via wifi. When I powered on the printer I osserved that It create an access point autonomously with SSID: HP-Setup

  • Using dictionary in Webdynpro for Java

    Hello, I'm very newbie in Webdynpro in Java and I have an issue, I need that a function returns me 2 fields in 2 variables, but this is not possible in Java, for that reason I have thought to create a structure in the dictionary with 2 fields in orde

  • Adding the Country List in Select Box

    Hi Gurus How to add the Country List in the Select box, which are avilable in CRM system. If u have any pointers please provide me Regards Satish

  • HD - Premiere Pro 2.0

    Hi I'm about to start a TV project that needs to be HD Pal...  I've got Premiere Pro 2.0 - does it handle HD?  I don't do much editing - so don't want to upgrade unless necessary... I've not worked in HD before - please can someone advise me on resol

  • Moving or Saving Tabbed Windows

    Using Safari 1.3.4 on OS 10.3.9 and 2.0.4 on OS 10.4.7. I noticed a feature in Firefox and wanted to know if it exists in Safari, as well as a feature I wish Safari had, or if it has, I'd like to know. FF appears to allow you to re-order the tabs in