Retriving of data

how to retrive data lost while updation the i phone Please help special contacts

If the phone has been used as designed, contacts would be synced to a supported application on the comptuer or a cloud service.  Simply sync them back.

Similar Messages

  • How to retrive relational data from an XMLType column in Oracle 10g R2

    Hi
    I want how to retrive the data which is in XML document in an XMLColumn in a Table(or an XMLTable which has the XML Document). This XML Document has to be Queried with XQuery as a Relational data(not an XML Document).
    If any body has some ideas please share it across ASAP.
    please share an example for this because i am new to this XQuery.
    Thanks in Expectation,
    Selva.

    Got it working now. I used the 'extract' function in my select statement, but had to add the .getStringValue() fuction. The extract function, just by itself, returns an XMLDocument type. The call for the column in the SQL statement looked like this.
    extract(XML_CONTENT, '/ROOTOBJECT').getStringVal() xml_content
    Thanks so much for your help. Problem solved!

  • How to retrive the data from a sqlite file(.db3) in windows phone 8.1(runtime)

    hey guys
    i installed the sqlite and sqlite-net as requested in other answers i found, changed to x86, and add the .db3 file in my project.
    but the problem is how to retrive the data that already in the file( i am not creating any table or data in the app, just read)
    all the answer i found is to create a table first and then read the table, i tried to skip the step of creating a table, and read from the table directly, but failed with " no such table", by the way, i set the property of the .db3 file as "content",
    "copy if newer"
    can anyone please help? i appreciate that !

    Hello,
    From your description, you want to read data from available sqlite file. When you add the sqlite file into your project, you need to change the sqlite file build action to content. After deploying to device, the sqlite file is located in installation folder,
    you need to copy that file into storage folder before reading data. Please try the following code snippets.
    private async void Button_Click_9(object sender, RoutedEventArgs e)
    //check if file exists in storage folder, and then copy to local storage
    bool flag = await FileExistsAsync("Data.db3");
    if (!flag)
    var folder = await Package.Current.InstalledLocation.GetFileAsync("Data.db3");
    await folder.CopyAsync(Windows.Storage.ApplicationData.Current.LocalFolder);
    // open sqlite and read data
    public async Task<bool> FileExistsAsync(string fileName)
    try
    await Windows.Storage.ApplicationData.Current.LocalFolder.GetFileAsync(fileName);
    return true;
    catch (FileNotFoundException)
    return false;
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Retriving of data from different tables

    retriving of data from different tables depening of the primary key  this key field is there in all tables   if it is there in one v table it should continue to other tables otherwise it should get exit from that it should display information message or otherwise success  message if it is there in all tables .

    Im writing the concept, just check it.
    SELECT * from kna1 into lt_kna1.
    if sy-subrc eq 0.
       selest * from lfa1 into lt_lfa1
    for all entries in lt_kna1.
    endif.

  • Retriving the data

    Hi
    Can we retrive  the data from multibple cubes to list cube
    Thanks

    hi,
    as=nullwhat's the variable as ?
    your code seems to be correct.
    Plz, post the hole error message

  • Can we retrive the data from Maintainence view

    Hi Guys,
    Can we retrive the data from Maintainence view...
    Thanks,
    Gourisankar.

    Hi,
    Data can be retrived only from following type of views:
    Projection view
    Database View

  • Root disk craches how to retrive the data from ZFS file systems.

    Hi Friends,
    The solaris 10 OS (root disk) is crached.i have configered execpt root disk to all disks for ZFS file systems.We using to application.Now any possble to retrive the data.
    Server model - V880
    Pls help me.
    Advance thanks.

    If the OS wasn't on ZFS, then just rebuild the server, hook up the drives and run 'zpool import'. It should find the pool on the disks and offer it up to be imported.
    Darren

  • SQ01:- Error in retriving the data from more than 1 additional fields

    hi Frnds,
    i have added three addidtional fields in the infotype through the transaction SQ02. when i am try to create a new new query using the transaction SQ01 then if i select all three new fields individually data is retrived properly but if i selects more thn one field thn it is throughing an error.
    can any one please help me in that?
    Thanks in advance.
    Regards,
    Khushy

    Hi,
    and if you try it with an add. strucure (which inludes your 3 fields) ?
    A.

  • Help! How to retrive the date and time from MySQL 'datetime' type

    In my MySQL database, I have stored a data type 'DATETIME' as 20070412093012 which is interpreted as 2007-04-12 09:30:12, How to using Java method to retrive it from data base???
    like resultSet.getDate('datetime')????or what is the method?

    Have a look at the API documentation for ResultSet. Which of the methods documented there do you think might be what you need? If you can't tell which is the right one, then post your candidates here and ask a question about them.

  • Retriving xml data

    i have xml structure.
    <?xml version="1.0" encoding="utf-8"?>
    <ul>
        <li><a href="http://www.google.com">Google</a></li>
        <li><a href="http://www.hotmail.com">Hotmail</a></li>
        <li><a href="http://www.nepalNews.com">Nepal News</a></li>
    </ul>
    I have to retive data of "<a href="http://www.google.com">Google</a>" only . how could i retrive it. I have tried with this code
    trace(myXML.li[0]); But it show value only. I need whole "<a href="http://www.google.com">Google</a>". How can I we retrive this types of data from xml

    i know.  but you need to use cdata nodes to store data in that format in xml:
    <?xml version="1.0" encoding="utf-8"?>
    <ul>
        <li><![CDATA[<a href="http://www.google.com">Google</a>]]></li>
        <li><![CDATA[<a href="http://www.hotmail.com">Hotmail</a>]]></li>
        <li><![CDATA[<a href="http://www.nepalNews.com">Nepal News</a>]]></li>
    </ul>
    now parse this xml.

  • How to retrive table data in form

    Hi all,
    I want to retrive whole table data in forms , just by passing table name.either through a prcedure or function. is it possible to do this?
    Thanks in advance

    Hello,
    Pls give us the information about the version of database and forms you are using.
    it is possible to do so,provided you are aware of maximum no of columns(i.e no of tables which you use) and there datatypes before hand and also you have to use visible property extensively to show and hide the columns
    Regards
    Mohan Partha

  • To retrive console data of MSAccess .How to dispaly  result on a Component

    hai there
    Im new to Java programming.I dont know how to get the result of following query "select SUM(Total) from Records where Date=adate AND MedicalName=somename"
    This query results Expr1000
    30,4589.7
    Expr1000 is not a cloumn name.How can i retrive the figure above and to dispaly in a JTextField.
    if i execute the code below to retrive required,it generates SQL Exception.
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("jdbc:odbc:ashok", " ", " ");
    pstat=con.prepareStatement("select SUM(Total) from Record where Date=? AND MedicalName=?");
    pstat.setString(1,(String)jList11.getSelectedValue());
    pstat.setString(1,(String)jComboBox1.getSelectedItem());
    r1=pstat.executeQuery();
    jTextField1.setText(r1.getString("Total"));
    catch(Exception e)
    System.out.println("GRAND T :"+e);
    if i execute the above code it generates SQL Exception:COUNT Field Incorrect.
    Plz help to solve this problem.

    hi zhaoyh
    This is ashok.Thanks a lot for ur reply.I corrected my mistake.
    I have a problem on setting the result in a JTextField for the following query.
    "select SUM(Total) from Record where Date=? AND MedicalName=?"
    if execute this query in MSAccess or in Oracle as
    SELECT SUM(Total) FROM Record WHERE Date=06/10/2005 AND MedicalName='Sakthi'
    Cosole shows Expr1000
    34000.5
    Expr1000 is not a column in my table.But i need to set 34000.5 in my JTextField.
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("jdbc:odbc:ashok", " ", " ");
    pstat=con.prepareStatement("select SUM(Total) from Record where Date=? AND MedicalName=?");
    pstat.setString(1,(String)jList11.getSelectedValue());
    pstat.setString(2,(String)jComboBox1.getSelectedItem());
    r1=pstat.executeQuery();
    jTextField1.setText(// HERE I NEED THE RESULT WHICH IS DISPLAYED ABOVE IN CONSOLE OF MS ACCESS OR IN ORACLE
    catch(Exception e)
    System.out.println("GRAND T :"+e);
    Pls help to solve this problem .

  • With out using submit button how to retrive the data

              at in the combo box if I selects one name automatically that person details to
              be retrive from the database and placed at in the other text boxes.
              

              Hi,
              You can do it in two ways:
              1. You can implement this in having java script function for that radiobutton
              on select and then make a call to server, submitting the form data to fetch the
              same from database. But in this case, the page will be refreshed.
              2. you can have a javascript function and using the same you can open a new window
              and then make a call to servlet to fetch the data and to submit to the text field
              in the form.
              Regards
              Srinivas.K
              "chiru" <[email protected]> wrote:
              >
              >at in the combo box if I selects one name automatically that person details
              >to
              >be retrive from the database and placed at in the other text boxes.
              

  • Error while retriving the Data in BI Answers

    Helllo Folks,
    we are using BI Apps 7.9.6 HR Module
    in BI Answers, i am getting false results that is when i am selecting only "ORAGANIZATION NAME", i get the name of the organization
    where as when selecting Oranization name along any of the facts, the ORGANIZATION CODE(NUMBER) show up instead of Names along with Facts
    is it due to the Dimensional Hierarchy error or any other CODE ERROR in the BMM Layer
    thank you
    user119

    did you establish any dimensional hierarchy for organization code and name??
    If your using pivot table view then place the organization name in the page axis and remaining all facts or columns as data points.CHeck out if organization code populating when used this way

  • Unable to retrive the data using self join

    I am trying to find the time taken to close a ticket. The ticket goes through various stages: NEW, INPROCESS, CLOSED, REOPENED. If the ticket is reopened then the next stage would be INPROCESS and then CLOSED.
    The CC_TICKET_INFO table contains information about the last stage of the ticket. CC_TICKET_HISTORY table contains information about all the stages of the ticket.
    The challenge here is if the ticket is reopened then it should be counted as 2 instances instead of 1.
    First instance from stages: NEW --> INPROCESS --> CLOSE
    Second instance from stages: REOPEND --> INPROCESS --> CLOSE.
    Follwoing SQL is to generate the data:
    CREATE TABLE CC_TICKET_INFO
      TICKET_ID VARCHAR2(20 BYTE) NOT NULL
    , TICKET_STATUS VARCHAR2(60 BYTE)
    , created_date timestamp(6)
    , LAST_CHANGED timestamp(6)
    , ASSIGNED_TO VARCHAR2(20)
    , CONSTRAINT PK_CC_TICKET_INFO PRIMARY KEY
        ticket_id
    CREATE TABLE CC_TICKET_HISTORY
      TICKET_ID VARCHAR2(20 BYTE) NOT NULL
    , TICKET_STATUS VARCHAR2(60 BYTE)
    , CREATED_DATE TIMESTAMP(6) NOT NULL
    , ASSIGNED_TO VARCHAR2(255 BYTE)
    , CREATED_BY VARCHAR2(60 BYTE)
    , CONSTRAINT PK_CC_TICKET_HISTORY PRIMARY KEY
        TICKET_ID
      , CREATED_DATE
    insert into cc_ticket_history values ('D21207155', 'NEW', '6/28/2013 17:28:59', null, 'jsg-st');
    insert into cc_ticket_history values ('D21207155', 'INPROCESS', '6/28/2013 17:48:19', 'ah-eg', 'ah-eg');
    insert into cc_ticket_history values ('D21207155', 'CLOSED', '6/28/2013 18:54:23', 'ah-eg', 'ah-eg');
    insert into cc_ticket_history values ('D21207155', 'REOPENED', '7/2/2013 19:55:04', 'ah-eg', 'jsg-st');
    insert into cc_ticket_history values ('D21207155', 'INPROCESS', '7/2/2013 20:11:17', 'sr-eg', 'sr-eg');
    insert into cc_ticket_history values ('D21207155', 'CLOSED', '7/2/2013 23:06:16', 'sr-eg', 'sr-eg');
    insert into CC_TICKET_INFO values ('D21207155', 'CLOSED', '6/28/2013 17:28:59', '7/2/2013 23:06:16', 'sr-eg');
    I want to find the time difference betwen '6/28/2013 18:54:23' and '6/28/2013 17:28:59' (First instance)
    and between '7/2/2013 23:06:16' and '7/2/2013 19:55:04' (Second instance)
    The closest I am getting is the through this query:
    select L.ticket_id, L.CREATED_DATE, R.CREATED_DATE as close_date, L.TICKET_STATUS, R.TICKET_STATUS from cc_ticket_history L RIGHT join cc_ticket_history R on (L.rowid < R.rowid) where (L.TICKET_STATUS = 'NEW' AND R.TICKET_STATUS ='CLOSED') OR (L.TICKET_STATUS = 'REOPENED' AND R.TICKET_STATUS ='CLOSED');
    Can it be done through SQL?

    select ticket_id,ticket_status,created_date,
           case when ticket_status = 'CLOSED'
                 and lead(ticket_status) over (partition by ticket_id order by created_date) = 'REOPENED'
                then lead(created_date) over (partition by ticket_id order by created_date) - created_date
                when ticket_status = 'REOPENED'
                 and lag(ticket_status) over (partition by ticket_id order by created_date) = 'CLOSED'
                then created_date - lag(created_date) over (partition by ticket_id order by created_date)
           end time_difference
      from cc_ticket_history
    where ticket_status in ('CLOSED','REOPENED')
    TICKET_ID
    TICKET_STATUS
    CREATED_DATE
    TIME_DIFFERENCE
    D21207155
    CLOSED
    28-JUN-13 06.54.23.000000 PM
    +000000004 01:00:41.000000
    D21207155
    REOPENED
    02-JUL-13 07.55.04.000000 PM
    +000000004 01:00:41.000000
    D21207155
    CLOSED
    02-JUL-13 11.06.16.000000 PM
    Regards
    Etbin

Maybe you are looking for

  • I have 3 computers. i want to get files from one to another. it doesn't work, i think it is a problem with the apple id?

    i have 3 computers. i want to get files from one to another. it doesn't work, i think it is a problem with the apple id?

  • Samba turning itself off

    I can't figure out why Samba is turning itself off. It happened once or twice last month but now it's weekly when the pc client id logged in or not. There nothing obvious in the log files. I'm wondering if it has something to do with the latest OS up

  • Confused about command line syntax

    Why does (at the command prompt) java com.sisconet.mpeapi.MpeApiwork properly, and java -D . -classpath . com.sisconet.mpeapi.MpeApireturn the error: Exception in thread "main" java.lang.NoClassDefFoundError: /I would think they would basically be eq

  • Modify another field value in search help exit.

    While creating the Sales Order, the user does an f4 on ship to party to determine the sold to party ( search help exit ), now I have the values of both the Ship to customer and Sold to customer in the search help exit, but I can update only the ship

  • Script inputs cleanup

    how can i clean the files in the storage with the help of my shake scripts. Need to just delete the unused inputs from the storage and keep the used inputs only