Can XMP be used by an external SQL database to index photos and access keywords?

I am developing an image library to be accessible by my company's intranet. Since my company has literally thousands of employees who will be adding content to the library, I am wondering if for example, I write keywords to the photos via Photoshop, Lightroom, etc. and then add them to the library, is there a way to have the SQL database query the JPG or TIFF files for the XMP data and import it into fields in the SQL database?
I don't know if there is an existing app out there that would do this already but if anyone knows anything, I'm all ears.
Cheers.

Hi Martin,
You can take a look on our Kalimages Pro software:
http://www.kalimages.net/EN/Index.html
Best regards

Similar Messages

  • If I am using my external hard-drive for my time capsule backup can I also use it to additionally store all of my photos and videos?

    I need to clear some space on my MacBook and my other 3TB hard drive is formatted for Windows.  So far, My 2 TB SP Armor has only been used for my back-ups. Now I am hoping to also house my iPhoto library on there permanently. I am unsure if this is even possible.

    If you store your "working" photo library on the Armor drive.......how do you plan to back up the "working" library?
    In other words, if the Armor drive failed.......you are planning to have a backup copy of the photo library on another drive, correct?
    If not, and the Armor drive fails, you lose your photo library.....because you have no backup on another drive.
    So, before you do anything.......it would be wise to ask yourself this question.......if the drive fails that I am working on.....do I have a backup copy on another drive?
    A backup plan means that you have two copies of your data......on two different drives.  If one fails, you still have the other one.

  • Can timecapsule be used as a external harddisk?

    can timecapsule be used as a external harddisk for my mac laptop?

    Yes, but it is a poor use of the TC.. it is a backup device that itself is difficult to backup.
    It is designed for Time Machine.
    You can buy a NAS from other companies that includes media players and Time Machine extensions to do more, faster than the TC.

  • DataTrigger : can it be used for other pl/sql code than before and after?

    Hi,
    I was wondering whether the <dataTrigger ...../> can also be used for other PL/SQL code than just using it for the beforeReport, afterReport and stuf.
    Just now I placed a call to it in the datastructure, as last entry in a group (for headers f.i.), called it AfterHeaderTrigger, and called a function in a package.
    It didn't fail, but I dont think it excecuted it though.
    So, can you do that?
    thanks
    Ronny

    thanks, that's what I thought.
    It's a shame, it would have been so cool.
    thanks
    Ronny

  • What are the entities that can be re-used in different servers, SI App, SI instance? And how?

    Greetings,
    What are the entities that can be re-used in different servers, SI App, SI instance? And how?
    e.g. can I use a deployed IQStreamable@app1  into app2?
    can I use a deployed observable/app1/siInstance1/Server1 into another query/app3/siInstance3/server2?
    On the presentation titled "04 – Installing, Deploying and Maintaining the SQL Server 2008 R2 StreamInsight Runtime Engine" with file name SQL10R2UPD05-DECK-04.pptx on ecn.channel9.msdn.com/o9/learn/SQL2008R2TrainingKit/Presentations/SQL10R2UPD05-DECK-04/SQL10R2UPD05-DECK-04.pptx
    It is mentioned one of the deployment option is "Deployment: Standalone Server"
    and it mention the following:
    "Use this option for the following scenarios:
    - Metadata objects need to be shared between applications
      - Event Types
      - Adapter Types
      - Query Templates
    - A data source registered with the server provides an event stream for another existing application"
    Could you please provide good example that explain the above statement?
    Cheers, Muhammad

    First, that statement - and those materials - refer to the "legacy" StreamInsight query/adapter model. They do not refer to how things work with the Reactive model introduced in version 2.1. Specifically, it talks about Dynamic Query Composition (DQC).
    You cannot use a deployed Observable in another instance of StreamInsight. You may be able to use them across applications in the same instance - off the top of my head, I'm not sure. I'm getting ready to get on a plane but will take a look at it later.
    Typically, however, applications act as containers (comparable to .NET AppDomains) so I don't think that you'd be able to do this easily. That said, the code and assemblies
    can be reused across multiple instances/applications. You would have separate instances of the classes involved but you would be able to reuse the query logic. That's a common use case.
    Can you be more specific about your use case and what you are trying to accomplish here? It's possible that there are alternative ways to do what you are trying to do.
    DevBiker (aka J Sawyer)
    Microsoft MVP - Sql Server (StreamInsight)
    If I answered your question, please mark as answer.
    If my post was helpful, please mark as helpful.

  • Transfering data from External SQL database to BW

    Hi Experts,
         I am trying to extract data from an External SQL Database  in BW using      
         DB Connect.
        1. I have created a  DB Source System.
        2. Using this Source System I have generated a Datasoure.
           ( following all the naming conventions for Table Names and Field Names)
        Till this point everything is OK.
        Then I assign a Infosource and try to upload the data into PSA.
        The process is never complete and I am getting a message
       <i> <b>Request still running
        Diagnosis
        No errors could be found. The current process has probably not finished yet.
        System response
        The ALE inbox of the SAP BW is identical to the ALE outbox of the source
        system
        and/or
        the maximum wait time for this request has not yet run out
        and/or
        the batch job in the source system has not yet ended.
        Current status
        No Idocs arrived from the source system</b>.</i>
         please help me.
      thanks
      arshad

    please first tell me which wich user you connect and the exact name of your table/view: is it dbo.table?
    as I said, better create a user in your SQL, log with this user and create a view.
    in RSBDC select this view and generate datasource. Check if you see data.
    if yes, the load shouldn't fail.
    We came across the same issue: login with sa, accessing a dbo. object; seing the data in RSDBC but nothing loading...
    let me know
    Olivier.

  • Is "sp_purge_data" available only to datawarehouses or can it be used with both a normal database and Azure storage as well ?

    Is "sp_purge_data" available only to datawarehouses or can it be used with both a normal database  and Azure storage as well ?

    Thank you for the reply Qiuyun , the article was really helpful!
    I do have couple of other questions for you :
    How do we execute our SQL queries on Windows Azure tables and create horizontal partitions ? (I know that we have our SQL Server management Studio to execute normal queries on a SQL database , do we have a similar platform for Azure or do we have to get a local
    copy of the database to execute our queries and the  publish everything back to Azure)? I am looking to partition data on one of our databases and would like to know if it can be done in Azure directly or if we have to bring a local copy down ,write the
    partition function and
    and partition scheme or create a partition key and a row key - do the needful and publish it back to Azure?
    Also, how do I create a partition key and row key in Windows Azure?
    I am in the process of designing data archiving strategy for my team and would like to know more about the questions I just mentioned.
    Hoping to hear back from you soon.
    Thanks in advance for all the help!
    -Lalitha.

  • Why can't I use my mid 2010 macbook pro with 8GB memoir and NVIDIA GEForce GT 330M 256MB to run 3D in photoshop CC?

    Why can't I use my mid 2010 macbook pro with 8GB memoir and NVIDIA GEForce GT 330M 256MB to run 3D in photoshop CC?

    3-D is very memory intensive.
    System requirements | Photoshop
    Mac OS
    Multicore Intel processor with 64-bit support
    Mac OS X v10.7, v10.8, or v10.9
    2 GB of RAM (8 GB recommended)
    3.2 GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    1024x768 display (1280x800 recommended) with 16-bit color and 512 MB of VRAM (1 GB recommended)**
    OpenGL 2.0–capable system
    Internet connection and registration are necessary for required software activation, membership validation, and access to online services.*
    ** 3D features are disabled and some Mercury Graphics Engine enhanced features may not work with less than 512 MB VRAM. Read the Help article.
    Bottom line, you don't have enough VRAM
    Nancy O.

  • If I use my iPhone 5 to take a crime photo and email it out annomonusly, can my phone number and location details be traced? Thanks for your advice

    If I use my iphone 5 to take a crime photo and I would like to report it annomously, can my phone number and location details be traced?
    I email the photo to my gmail account and then I download it to my computer and then resend it using another email account.
    Unfortunately, I did not disable my location details before I took the phone. My mistakes.
    Appreciate your advice

    When you take a phote these days, there is a lot of information imbedded in the photo file.
    There are apps around for view & scrubbing photo files.
    http://lifehacker.com/5756373/how-can-i-remove-personal-info-like-locaion-from-p hotographs
    Robert

  • When we use jsf can we also use hibernate or ejb for database visting.

    when we use jsf can we also use hibernate or ejb for database visting.

    http://blog.exadel.com/?p=8
    http://java.sys-con.com/read/46977.htm
    http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html
    http://www.jroller.com/page/ksevindik/?anchor=lookup_tables_with_hibernate_and
    Sergey : http://jsfTutorials.net

  • Why can my daughter use my cell number on her iPad for FaceTime and I message

    Why can my daughter use my cell number on her iPad for FaceTime and I message

    That's an account-level setting on the iPad.  Presumably you use your cell number as your Facetime account credentials on your phone, and the iPad is linked to your account as well?  You can go into the Facetime settings on the iPad and change what accounts can be reached on the iPad or used to make Facetime calls.  Same goes for Messages.

  • Can I email photos w/o templates Iphoto provides? I used to be able to choose a few photos and email them. Now I have to work with these templates and can barely see what I'm writing!

    I used to be able to choose a few photos and email them. Now I have to work with these templates and often do no want to. Could someone tell me the process for choosing to send photos without the templates?

    Like Larry pointed out in iPhoto's General Preferences pane:
    Click to view full size
    OT

  • HT1414 I restored my Iphone 3G using the settings on my phone to remove photos and contacts, however since then my phone remians sitting on the apple sign on start up and has been like this for days, have tried plugging it into my itunes but not recognise

    I restored my Iphone 3G using the settings on my phone to remove photos and contacts, however since then my phone remians sitting on the apple sign on start up and has been like this for days, have tried plugging it into my itunes but not recognised can anyone help

    See this:
    iPhone and iPod touch: Unable to restore

  • Updated iPad 2 last night.  All movies (9) on my iPad can no longer be viewed.  The movie plays but the photos and scene selection are blank. How do I fix this

    Updated iPad 2 last night.  All movies (9) on my iPad can no longer be viewed.  The movie plays but the photos and scene selection are blank. How do I fix this

    Quit the app and restart the iPad.
    In order to quit or close apps - Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Try the videos app again.

  • How do i change my iPhone to another iPhone using the same sim but keep all my photos ands everything?

    How do i change my iphone to another iphone using the same sim but keep all my photos and everything?

    Old Phone to New Phone
    http://support.apple.com/kb/HT2109

Maybe you are looking for

  • My web pages shows links everywhere, even after resetting firefox?

    I did as mentioned in a support faq, https://support.mozilla.org/en-US/questions/927627 and I search google it named it as intellitext and I have to use adblocker and then I used adblockplus, still no use, need help get irritated by these links.

  • Command to move content left/right in Smartform label for zebra printer

    Issue : Command to move print content left/right in Smartform label for zebra printer. Requirement : If you changed the printer setting top position and left position, Print should start from a specific (X,Y) position. I am facing an issue while prin

  • Budget Exceeded Msg when a PO is released

    Hi Gurus When  Purchase order is released than a mail is trigged to a person with this message "Budget has been exceeded. Now my requirement is that mail should not be triggered to that person. Can anyone have some idea where to remove this setting.

  • Can't find what's taking up icloud storage space from my ipone.

    I have turned off all the apps from backing up, cleared photos, imessages, safari cookies, and iphone is still taking up 4.2 gigs. Contacts are the only thing I am still backing up. What else could be taking up this space?

  • Contacts disappeared on 3G iPhone

    I was in a store in NYC (Apple!) and looking for a phone number only to find all contacts were gone! I had to return to my hotel to restore the info from my laptop after the genuis tried several things to try to push a sync to restore them to no avai