Retrieve recording from fios

I guess this topic was discussed before and it was all over the internet. here is the issue.  I just got new plan and sign up with fios tv with dvr.  I am new to this and actually first use dvr.  I recorded some shows on tv and want to take it out put on my hard drive.  I looked through the dvr menu and found no option to do that, then contacted tech support.  they told me there is no way to do that due to copyright.   The recordings stay in the machine forvever even if I cancel my service I have to return the dvr machine recordings still in it.
I found discussions on internet about people trying to download the recording with real time recording with tv tuner.  I have an old vcr with dvd recording.  I tried to record it from dvr put found quality is not good, plackback was crappy, not clear.   Maybe the connection was not properly setup.  
anbody know how the connect settings to improve recording quality? 
I also found discussion that people try to record from dvr playback with tv tuner.  what are the good ones that can recording HDTV quality?  is it possible to record with HDMI ? 

Similar Messages

  • Retrieving record from oracle DB very slow..pls help

    Hi, i'm writing a VB code to retrieving records from Oracle DB Server version 8. I'm using VB Adodb to retrieve the records from various tables. Unfortunately one of the table are very slow to response, the table only contain around 204900 records. The SQL Statement to retrieve the records is a simple SQL Statement that contain WHERE clause only. Any issue that will make the retrieving time become slow? Is that a Indexing? Oracle Driver? Hardware Spec? Or any solution for me to improve the performance. Thanks!

    Well, there are a few things to consider...
    First, can you try executing your query via SQL*Plus? If there are database tuning problems, your query will be slow no matter where you run it.
    Second, are you retrieving significantly more rows in this query than in your other queries? It can take a significant amount of time to retrieve records to the client, even if it's quick to select them.
    Justin

  • Retrieving records from a Data Block same as retrieving records from cursor

    Dear Gurus,
    Is it possible to retrieve records from a datablock same as retrieving records from a cursor,
    Eg:
    I am having two data blocks in two different tabs, Say B1 in Tab1, B2 in Tab2
    B1 is filled with two records, now when I switch to Tab2,
    I want all records of B1 in B2, assuming that blocks are having the same structure.
    The code I wish to write is,
    Goto B1,
    Take all the records like a cursor,
    Goto B2,
    loop
    insert
    end loop;
    Is this possible???

    I need to show it before saving,
    I tried this and it is successful somehow, do not know about any further problems,
    I took the record count of both blocks
    if :B1.reccount <> :B2.reccount
                   then
                   go_block('B1');
                   first_record;
                   for i in 1..:B1.reccount
                   loop
                        go_block('B1');
                        go_record(i);
              assign values from B1 to variables.
              go_block('B2');
              assign values from variables to B2
              next_record;
                   end loop;
                   clear_record;
              end if;
    This is working, Now I just want to know, if my block is having numerous fields, say more than 100 (may not be a value for large databases)
    how can I replace these variables here.
    I mean is it possible to declare something like a cursor record type.
    For eg : r1 cursor%rowtype

  • Get username from session and retrieve records from database wit tat userna

    hello..
    i got a ChangePassword.jsp which i retrieve the username from session using bean to display on e page..
    <jsp:getProperty name="UsernamePassword" property = "username"/>
    but in my servlet, i wan to retrieve records from database with tat username..
    i tot of coding
    String username = (String)request.getSession().getAttribute("UsernamePassword");
    and then use tat username to retrieve records.. but is that e right way? The page did not display and i got a CastingException..
    Please help.

    If you are using the session inside a jsp, you can say "session" without having to declare it.String usernamePassword = (String) session.getAttribute("usernamePassword");However, right after you get this value, check if it is null:
    if(usernamePassword==null)
    // do sth like forward to error page
    else
    // continue processing
    If it is null, then you are probably not setting it right in the first place. Make sure that in your servlet A you create a session, and before you return or forward to a jsp, that you actually set this value in the session like saying
    session.setAttribute("usernamePassword", usernamePassword);
    and it is case sensitive for the key.

  • Performance Issue: Retrieving records from Oracle Database

    While retrieving data from Oracle database we are facing performance issues.
    The query is returning 890 records and while displaying it on the jsp page, the page is taking almost 18 minutes for displaying records.
    I have observed that cpu usage is 100% while processing the request.
    Could any one advise what are the methods at DB end or Java end we can think of to avoid such issues.
    Thanks
    R.

    passion_for_java wrote:
    Will it make any difference if I select columns instead of ls.*
    possibly, especially if there's a lot or data being returned.
    Less data over the wire means a faster response,
    You may also want to look at your database, is that outer join really needed? Does it perform? Are your indexes good?
    A bad index (or a missing one) can kill query performance (we've seen performance of queries drop from seconds to hours when indexes got corrupted).
    A missing index can cause full table scans, which of course kill performance if the table is large.

  • How to parse and retrieve records from xml files into columns in Table

    Hi
    I attached the thing what i tried.
    Table to hold the XML COntent:
    create table xmlfile(xml_con sys.xmltype);
    Inserting Xml file content into the Above table:
    insert into xmlfile values(sys.xmltype.CreateXml('<Root><name>RAM</name><age>23</age></Root>'))
    SQL> select * from xmlfile;
    XML_CON
    <Root>
    <name>RAM</name>
    <age>23</age>
    </Root>
    SQL> select extractValue(xml_con, '/Root/name') content from xmlfile;
    CONTENT
    RAM
    This one works fine
    But if the file content is as below( contains MUltiple Records)
    insert into xmlfile values(sys.xmltype.CreateXml('<Root><Record><name>RAM</name><age>23</age></Record><Record><name>SAM</name><age>23</age></Record></Root>'))
    SQL> select extractValue(xml_con, '/Root/Record/name') content from xmlfile;
    ERROR at line 1:
    ORA-19025: EXTRACTVALUE returns value of only one node
    Can anyone help me 4 this issue-How to extract multiple records from the XML file inthis manner(from PL/SQL without using JAVA)
    OR
    If there is anyother way to do this please tell me?

    SQL> SELECT EXTRACTVALUE (COLUMN_VALUE, '//name') NAME,
           EXTRACTVALUE (COLUMN_VALUE, '//age') age
      FROM TABLE
              (XMLSEQUENCE
                  (EXTRACT
                      (XMLTYPE
                          ('<Root>
                              <Record>
                                <name>RAM</name>
                                <age>23</age>
                              </Record>
                              <Record>
                                <name>SAM</name>
                                <age>23</age>
                              </Record>
                            </Root>'
                       '/Root/Record'
    NAME       AGE      
    RAM        23       
    SAM        23       
    2 rows selected.

  • How to retrieve records from taxonomy table

    Hi,
    I have a main table which has taxonomy field,for ex: category.
    Main table: Products which has ProductName(text),ProductNo(text),Category fields(Lookup[taxnomoy])
    Could anyone please tell me how to retrieve the records and attributes from a taxonomy table.
    Please provide some sample codes.
    Thanks
    Sabari

    Hi Sabari,
    your question is not so clear-  any way find the following example
    if you want to get records based on search criteria( ex: taxonomy values where ProductName = "something "),, follow the below steps;
    1 . build Search Object-  ( I guess you know this step)
    2.  get RecordResultSet Object -
         Example
         //Compose array of the fields to retrieve
         FieldId[] fields = new FieldId[5];
         fields[0] = assign FiledId of Category field ;
         //Create the result definition for the search table
         ResultDefinition rd = new ResultDefinition(productsTableId);
         rd.setSelectFields(fields);
        // Retrive ResultSet
           RetrieveLimitedRecordsCommand recordsCommand = new  
           RetrieveLimitedRecordsCommand(mdmConnection.getConnection());
         recordsCommand.setSession(mdmConnection.getAuthenticatedUserSession().getSession());
         recordsCommand.setResultDefinition(rd);
         recordsCommand.setSearch(search);
         recordsCommand.execute();          
            RecordResultSet  records= recordsCommand.getRecords();
    3 . Now Iterate through resultSet for CategoryRecord lookUp Id
               Record record = records.getRecord( i );
         FieldId[] fieldIds = record.getFields();
                for(int n=0; n<fieldIds.length; n++) {
                   FieldId fieldId = fieldIds[n];
                   FieldProperties fieldProps = records.getRecordMetadata().getField(fieldId);
                   String fieldCode = fieldProps.getCode();
                            MdmValue value = record.getFieldValue(fieldId);                    
                          if(fieldCode.equals("Category")) {                         
                   if (!(value instanceof NullValue)) {
                                  //LookupValue appLookUpValue = (LookupValue) value;
                                  Record[] lookupRecord=record.findLookupRecords(fieldId);
                                  if(lookupRecord!=null && lookupRecord.length>0)
                                                            populate for  a category for every lookup record 
                                       // cat=this.getCategory(lookupRecord[0].getId(),locale);
    Note:- from Main table records  , you will get Category lookup records, you need to look up for every Category lookUp Record; there may be number of Category records for one main table Record;
    if you still face problem , let me know;
    Regards
    Rajasekhar k

  • Retrieving records from the MS-Access database

    Hi,
    I am capturing an user input from a text field into a variable called 'valAuthor' and then using it in the following query statement.
    stmt.executeQuery("Select * from BksTable where AUTHOR = 'valAuthor'");
    But for some reason the records are not getting selected. I tried the above by replacing another field and another variable but it is the same. I checked for the variable 'valAuthor' to see if it contains a valid value before and after the statement and it does.
    Say for an example the 'valAuthor' contains a value "Grisham" and when I operate the statement as:
    stmt.executeQuery("Select * from BksTable where AUTHOR = 'Grisham'");
    it works fine. I even tried to replace the = sign with LIKE. But no luck and I have spent morethan 10 hours on this and feel depressed. Any help, please?
    I am using MS-Access 2002.

    Hi all
    Just a bit more explaining here about parsing
    statement.A bit more explaination about the real world.
    >
    When executing a query, EX "Select col1 from tab1
    where col2 = 'ABC'" will be parsed the first time it
    is executed.It might be. It depends on the database and driver.
    And with Access it doesn't.
    >
    If I now execute the same query, EX "Select col1 from
    tab1 where col2 = 'DEF'" it will be parsed again!.
    Remember it looks at the complete string that is the
    query statement and because query 1 and query 2 has
    different character in it it will cause a new parsing
    action. Even upper/lower case changes will do this.
    Using preparedstatement will force the compiler to use
    Bind variables, thus substituting the value of the
    variable only. Thus only the first query will be
    parsed if it is not in the SGA yet. Subsequent will
    not parse the query string as it is already in the
    SGA.
    It doesn't have anything to do with the java compiler.
    The effort to use PS can be wieghed against the number
    of expected executions. If the query will be run one
    or two times per day, no problem. If running more than
    say 4000 times per day, big performance impact.
    Remember the SGA will remove the oldest parsed
    statement to make place for a new statement that is
    parsed, thus once the SGA's sql area is full, you will
    have a lot of statements removed that can be a big
    overhead to parse again if they are needed.
    Yes. And the most likely time that the cache will flush is in an enterprise system where using a prepared statement would have the most impact.
    Holding on to a prepared statement to do 4000 for the entire day is NOT a good idea.
    Holding on to one while you process a batch of 4000 might be.
    Do a select from the SQL area of the SGA and check.
    Bottom line, PS is the preferred option for
    perfomance.How do you do a select in MS Access for the SGA?

  • Retrieve records from DB...

    What is the error in this...
    Simply i need to get the details, when i enter the name of a specific person.
    I created a ODBC as usertest (userdsn) to sql database (MS-SQL)
    For your convience,
    try with this...
    create table customer1(
         ID char(10),
         NAME char(20)
    insert into customer1 values('DEF1','ran')
    insert into customer1 values('XYZ1','cha')
    insert into customer1 values('PQR1','var')
    insert into customer1 values('ABC1','sud')
    insert into customer1 values('XYZ1','cha')
    insert into customer1 values('XYZ1','cha')
    insert into customer1 values('ABC1','sud')
    select *from customer1
    //java program to get details of a user when enters the name.
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    class JDBCRetrieve extends JFrame implements ActionListener
         String db="jdbc:odbc:usertest";
         String user="chamil";
         String pass="chamil";
         Statement s;
         String ID=" ",Name=" ";
                   JPanel panel=new JPanel();
              JLabel lbl1=new JLabel("Enter NAME");
              JLabel lbl2=new JLabel("Enter ID");
              JLabel lbl3=new JLabel("Enter PHONE#");
              JTextField txt1=new JTextField(5);
              JPasswordField txt2=new JPasswordField(5);
              JTextField txt3=new JTextField(5);
              JTextArea results=new JTextArea(5,20);
              JButton btn1=new JButton("FIND");
              JButton btn2=new JButton("CANCEL");
         JDBCRetrieve(){
              super("This is our project");
              setSize(450,175);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              setResizable(false);
              try{
                   init();
              }catch(Exception ex){
                   ex.printStackTrace();
         public void init(){
              btn1.addActionListener(this);
              btn2.addActionListener(this);
              txt2.setEditable(false);
              txt3.setEditable(false);
         //     char username=getPassword();
              //txt2.setText(username);
              panel.add(lbl1);
              panel.add(txt1);
              panel.add(lbl2);
              panel.add(txt2);
              panel.add(lbl3);
              panel.add(txt3);
              panel.add(results);
              panel.add(btn1);
              panel.add(btn2);
              txt1.setNextFocusableComponent(txt2);
              txt2.setNextFocusableComponent(txt3);
              txt3.setNextFocusableComponent(btn1);
              getContentPane().add(panel);
              //pack();
              setVisible(true);
         public void actionPerformed(ActionEvent evt){
              Object source=evt.getSource();
              if(source==btn1)
                   set_data();
              else if(source==btn2)
                   System.exit(0);
         public void set_data(){
              try{
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                   Connection c=DriverManager.getConnection(db,user,pass);
                   s=c.createStatement();
                   ResultSet r=s.executeQuery("select * from customer1 where NAME="+txt1.getText()); //Hope error is here.
                   while(r.next()){
                        ID=r.getString("ID");
                        Name=r.getString("NAME");
                        results.setText(ID+" , "+Name+"\n");
                   if(r.next()==false);
              }catch(Exception ex){
                   results.setText("error!");
                   System.out.println(ex.getMessage());
         public static void main(String args[]){
              JDBCRetrieve t=new JDBCRetrieve();          
    Also i need to view all the users....i.e not just 1 user
    EX: if i put name as cha i nedd to get all 3 records.
    How can i do this...?

    ResultSet r=s.executeQuery("select * from customer1 where NAME="+txt1.getText()); //Hope error is here.Don't hope. Do something to see what is going on. For example.
    String sql = "select * from customer1 where NAME="+txt1.getText();
    System.out.println(sql); // what SQL is actually being generated?
    ResultSet r=s.executeQuery(sql);Debugging is all about figuring out how your idea (or mental model) of the program is different from the program you've actually written.
    Notice how much more readable the code tags make the post?
    There's nothing obviously wrong with that SQl.
    You should learn to use PreparedStatements with bind variables - it's important and the reasons are all over the net and in this forum - , and you should close database resources when you're done with them (in a finally block to make sure it happens even when there's an exception).
    Also, Statement objects are always subordinate to the Connection objects under which they are created; your Connection c and Statement s objects should have the same scope or the Statement s object should have lesser scope than the connection, not vice versa as you have it.
    C+

  • How to retrieve records from a database and display it in a jsp page.Help!!

    Hello everyone ! im very new to this forum.Please help me to solve my problem
    First i ll explain what is my requirement or needed.
    Actually in my web page i have text box to enter start date and end date
    and one list box to select the month .If user select or enter the dates in text box
    accordingly the data from ms access database has to display in a jsp page.
    Im using jsp and beans.
    I tried returning ResultSet from bean but i get nothing display in my web page
    instead it goes to error page (ErrorPage.jsp) which i handle in the jsp.
    I tried many things but nothing work out please help me to attain a perfect
    solution. I tried with my bean individually to check whether the result set has
    values but i got NullPointerException . But the values which i passed or
    available in the database.
    I dint get any reply for my last post please reply atleast to this.
    i get the date in the jsp page is by this way
    int Year=Integer.parseInt(request.getParameter("year"));
    int Month=Integer.parseInt(request.getParameter("month"));
    int Day=Integer.parseInt(request.getParameter("day"));
    String startdate=Day+"/"+Month+"/"+Year;
    int Year1=Integer.parseInt(request.getParameter("year1"));
    int Month1=Integer.parseInt(request.getParameter("month1"));
    int Day1=Integer.parseInt(request.getParameter("day1"));
    String enddate=Day1+"/"+Month1+"/"+Year1;But this to check my bean whether it return any result!
    public void databaseConnection(String MTName,String startDate,String endDate)
    try
             java.text.SimpleDateFormat dateFormat=new java.text.SimpleDateFormat("dd/MM/yyyy");
             java.util.Date fromDate=dateFormat.parse(startDate);
            java.util.Date tillDate=dateFormat.parse(endDate);          
            java.sql.Date sqlFromDate=new java.sql.Date(fromDate.getTime());
            java.sql.Date sqlTillDate=new java.sql.Date(tillDate.getTime());
              String query1="select MTName,Date,MTLineCount from Main where MTName='"+MTName+"'  and Date between '"+sqlFromDate+"' and '"+sqlTillDate+"' " ;
            System.out.println(query1);
              Class.forName(driver);
             DriverManager.getConnection(url);
             preparedStatement=connection.prepareStatement(query1);
             preparedStatement.setString(1,"MTName");
              preparedStatement.setDate(2,sqlFromDate);
              preparedStatement.setDate(3,sqlTillDate);
              resultSet=preparedStatement.executeQuery();           
               while(resultSet.next())
                        System.out.println(resultSet.getString(1));
                        System.out.println(resultSet.getDate(2));
                        System.out.println(resultSet.getInt(3));
            catch (Exception e)
             e.printStackTrace();
    I Passed value from my main method is like thisl
    databaseConnection("prasu","1/12/2005","31/12/2005");Please provide solutions or provide some sample codes!
    Help!
    Thanks in advance for replies

    Thanks for ur reply Mr.Rajasekhar
    I tried as u said,
    i tried without converting to sql date ,but still i din't get any results
    java.text.SimpleDateFormat dateFormat=new java.text.SimpleDateFormat("dd/MM/yyyy");
             java.util.Date fromDate=dateFormat.parse(startDate);
            java.util.Date tillDate=dateFormat.parse(endDate);          
              String query1="select MTName,Date,MTLineCount from linecountdetails where mtname='"+MTName+"'  and Date >='"+fromDate+"' and Date <='"+tillDate+"' " ;
            System.out.println(query1);
    //From main method
    databaseConnection("prasu","1/12/2005","31/12/2005");I got the output as
    ---------- java ----------
    select MTName,Date,MTLineCount from linecountdetails where mtname='prasu'  and Date >='Thu Dec 01 00:00:00 GMT+05:30 2005' and Date <='Sat Dec 31 00:00:00 GMT+05:30 2005'
    java.lang.NullPointerException
    null
    null
    java.lang.NullPointerException
    Output completed (4 sec consumed) - Normal TerminationThanks
    Prasanna.B

  • How do I retrieve records from a table using JCO RFC Function Call

    Hi
    I am totally new to SAP Java Progamming. And I would like to know if I am writing code correctly. I read some tutorials in the Internet but I am still not sure if I am doing it the correct way.
    This is what my vendor has given me.
    My question is whether this is the correct optimum way to do get the customer detail based on an array of input values for the customer reference number.
    Input:
    I_CUSTNO - Any number customer IDs. This is a table similar to I_CUSTDETL
    Output:
    Structure name:  I_CUSTDETL
    Note: The CUSTID column has been added in the structure to identify the address of the relevant customer id
    Field details:
    Field Name  Data Type  Length
    CUSTID       Character   10
    COMPANYNAME   Character   40
    EMAIL        Character     40
    This is my code:
            JCoFunction function = connect.getFunction("Z_GET_CUSTOMER");
            JCoTable cust = function.getTableParameterList().getTable("I_CUSTNO");
            cust.appendRow();
            cust.setValue("CUSTID", "10000700");
            cust.appendRow();
            cust.setValue("CUSTID", "10000701");
            cust.appendRow();
            cust.setValue("CUSTID", "10000702");
    connect.execute(function);
            JCoTable table = function.getTableParameterList().getTable("I_CUSTDETL");
              System.out.println("Table size: " + table.getNumRows());
              for (int i = 0; i < table.getNumRows(); i++, table.nextRow()) {
                String custid= table.getValue("CUSTID").toString();
                String companyname = table.getValue("COMPANYNAME").toString();
                String email = table.getValue("EMAIL").toString();
                System.out.println("----
                System.out.println("Record Number::" + i + "::");
                System.out.println("----
                System.out.println("Value custidis::" + custid+ "::");
                System.out.println("Value companyname is::" + companyname + "::");
                System.out.println("Value email is::" + email + "::");

    Hi,
    Answer to your question :whether this is the correct optimum way to do get the customer detail based on an array of input values for the customer reference number? is
    YES.
    Regards,
    Ganga

  • Java.sql : Cannot retrieve records from Oracle 9i with JDK 1.5

    I think I'm doing everything right, but still the following code does not
    return any rows. I have the classpath set correctly and ojdbc14.jar in
    the path. I'm using jdk 1.5.     
    What am I missing? Any help greatly appreciated. Thanks!
         Connection conn = null;
         String serverName = "MySvr";
         String portNumber = "1521";
         String sid = "mySID";
         String myURL = "jdbc:oracle:thin:@" + serverName + ":" + portNumber + ":" + sid;
         logger.writeLog("URL: " + myURL);
         String username = "scott";
         String password = "tiger";
         String query = "select 'test' from dual";
         DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
         conn = DriverManager.getConnection(myURL, username, password);
         Statement stmt = conn.createStatement();
         rs = stmt.executeQuery(query);
         logger.writeLog("Cur Row : " + rs.getRow());
    -----> returns 0
         while (rs.next()) {
    ------> throws java.lang.NullPointerException
         }

    I think I'm doing everything right, but still the following code does not
    return any rows. JDBC didn't change from 1.4 to 1.5, so that's a red herring. It's you, not the JVM.
    I have the classpath set correctly Really? A system CLASSPATH environment variable? I'd say that's wrong. Better to use the -classpath option on javac.exe when you compile and java.exe when you run.
    and ojdbc14.jar in the path. You'd better mean CLASSPATH and not PATH. CLASSPATH is for the Java class loader; PATH is for the operating system. Don't get the two confused.
    I'm using jdk 1.5.     Irrelevant here.
    What am I missing? Any help greatly appreciated. Thanks!I think you're using ResultSet incorrectly, because it's never null.
    Try this:
    // I'd externalize this so you could change it on the fly.
    String driver = "oracle.jdbc.driver.OracleDriver";
    String url = "jdbc:oracle:thin:@MySvr:1521:mySID";
    // I hope you're not using the default username and password for real
    String username = "scott"; 
    String password = "tiger";
    logger.writeLog("URL: " + url);
    Connection conn = null;
    Statement stmt = null;
    ResultSet rs = null;
    try
        Class.forName(driver);
        conn = DriverManager.getConnection(url, username, password);
        String sql = "select 1 from dual";
        stmt = conn.createStatement();
        rs   = stmt.executeQuery(sql);
        int value;
        while (rs.next())
            value = rs.getInt(1);
    catch (SQLException e)
        e.printStackTrace();
    finally
        // I'd put all these in a utility class
        try { if (rs != null) rs.close(); } catch (SQLException e) { logger.writeLog("could not close result set"); }
        try { if (stmt != null) stmt.close(); } catch (SQLException e) { logger.writeLog("could not close statement"); }
        try { if (conn != null) conn.close(); } catch (SQLException e) { logger.writeLog("could not close connection"); }
    }Note: close your resources in a finally block. It's important, especially if you don't want to run out of Oracle cursors.
    %

  • How to read records from Relationship table using ABAP API's

    Hi All,
    I need to retrieve the records from Relationship table. In Java API's I came to know there is an option to retrieve this. I could not find anything in ABAP API's. Is there any option in ABAP API's to do this.
    Please Suggest.
    Thank You,
    Gajendra.

    Hi Gajendra,
    You can mainly read records from MDM (in a DDIC structure) using ABAP API's using the following function modules/methods:
    1. RETRIEVE: This is used to generically retrieve records from tables. Attributes and Values can also be retrieved.
    2. RETRIEVE SIMPLE: Retrieve records from MDM in a simple way.( simple data types).
    3. RETRIEVE CHECKOUT: Retrieves all checked out ID's.
    4. RETRIEVE ATTRIBUTES: Retrieves attribute(s) from a Taxanomy table.
    You will find all these methods in the following interface
    Interface : IF_MDM_CORE_SERVICES
    Hope it helps.
    *Please reward points if found useful.
    Thanks and Regards
    Nitin Jain

  • Read records from VALUES OBJECT using the INTERATOR

    Hi
    I'm trying to read records from my value object with interator these way:
    ValidaUsu usuVO = new ValidaUsu();
    for (Iterator it = usuVO it.hasNext(); ) {
    System.out.println(" User from VO: " + usuVO.getUsuario());
    But i don't know what i`m doing wrong ?
    Could help me?
    Thanks

    Hi Gajendra,
    You can mainly read records from MDM (in a DDIC structure) using ABAP API's using the following function modules/methods:
    1. RETRIEVE: This is used to generically retrieve records from tables. Attributes and Values can also be retrieved.
    2. RETRIEVE SIMPLE: Retrieve records from MDM in a simple way.( simple data types).
    3. RETRIEVE CHECKOUT: Retrieves all checked out ID's.
    4. RETRIEVE ATTRIBUTES: Retrieves attribute(s) from a Taxanomy table.
    You will find all these methods in the following interface
    Interface : IF_MDM_CORE_SERVICES
    Hope it helps.
    *Please reward points if found useful.
    Thanks and Regards
    Nitin Jain

  • C# retrieving records

    I am trying to retrieve records from a table using the code below, but I always get no records even though I know there are records in the table because I am checking with SQL+
    Can anyone help please ?
    try
                             using(OleDbConnection conn_oracle = new OleDbConnection(source))
                                  conn_oracle.Open();
                                  // store subsystem and update Lane statics
                                  string select = "SELECT * FROM pvdba.Subsystem";                               
                                  OleDbCommand cmd = new OleDbCommand(select, conn_oracle);
                                  OleDbDataReader reader = cmd.ExecuteReader();
                                  while(reader.Read())
                                       if(reader.IsDBNull(0) == false)
                                            m_nSubSystem = (int)reader[0];
                                       if(reader.IsDBNull(3) == false)
                                            Lane.s_sFilePath = (string)reader[3];
                                       if(reader.IsDBNull(4) == false)
                                            Lane.s_sSanderson = (string)reader[4];
                                       else
                                            Lane.s_sSanderson = ""; // SOO 1/9/2003 1.0.0.9
                                       if(reader.IsDBNull(5) == false)
                                            Lane.s_sOasis = (string)reader[5];
                                       else
                                            Lane.s_sOasis = ""; // SOO 1/9/2003 1.0.0.9
                                       if(reader.IsDBNull(6) == false)
                                            Lane.s_sOverViewPath = (string)reader[6];
                                       if(reader.IsDBNull(2) == false)
                                            m_sSubSystemName = (string)reader[2];
                                       //     Lane.TheMainForm = this;
                                  reader.Close();

    Please post your questions at forum for OLEDB for Oracle:
    Oracle Provider for OLE DB
    Regards
    Jagriti

Maybe you are looking for

  • Relation bet.costing & 412E

    Hi, While creating a sales order, a material X haveing MAP as 0, is being ordered as free good. For all the other materials in the same sales order which are ordered as free goods costing sheet is being maintained against the customized item category

  • Exception Handling in UDF?

    Hi experts, iam working Scenario file-xi-rfc scenario were in mapping, iam writing an UDF i want to know How to handle the exceptions in UDF and How the user will know where the exception has occurred. please send related links. note:useful answer wi

  • Configuring for different GR/IR accounts for WRX T/E Key

    Hi , I am in a strange situation. I have to configure the automatic postings for MM, in transaction event key WRX. for the rule Valuation class activated, with following example of settings Chart of Accounts -- INT Transaction key -- WRX Valuation Cl

  • BI System Copy of disconnected systems

    I am SAP BI person and need some suggestion regarding the BASIS expertise. If I have two BI systems (Say BI-1 & BI-2). I do not have any transport path maintained nor any connection between these two servers. If I develop some objects in BI-1 system,

  • Imac goes back to password request screen

    imac goes back to password request screen over and over again after an upgrade notification " CS5 Service Manager needs Java 6 " . This happened yesterday after running a software upgrade, somehow after so many tries and repairing disk, using RP, etc