Share via

I am trying to view a .rdf file extension.

Anonymous
2009-11-19T22:36:45+00:00

What software can I use to view a .rdf file?  One that is already existing, can I get a patch?

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-08-01T19:57:46+00:00

    This file can be opened with Oracle Reports Builder. Assuming it is an Oracle Report file

    0 comments No comments
  2. Anonymous
    2013-06-04T17:05:51+00:00

    **************** **********   OPEN a .RDF FILE EXTENSION ********************

    ***************MIGRATE .RDF File to an usable Database like Access**********

    This is file that has origins on database such Oracle . The structre is the same than a XML file.

    The way I solved it was this:

    1. Rename extension .rdf to .xml.
    2. Create a new database in Access 2007 or higher
    3. Used tool Import XML file (look for the directory containing XML file)
    4. First import structure,
    5. Review fields and asigning MEMO to fields with big content
    6. Import again the same XML, but this time using APPEND option
    7. Review ImportationErrors... and review the field that have troubles
    8. If some field showed truncation, did this: set field with trunc. to MEMO type and then Empty all tables (including ImportationErrors table)
    9. Repeat step 6 until Importation Errors had zero records
    10. With Access you can process all tables you need or make relationship, and generate queries, views, reports, etc.
    11. That's all

    Now from Access you can migrate tables to database you need such SQL Server, MySQL, PostgreSQL, FoxPro, etc.

    I hope this answer be usefull to another users needing migrate that kind of database to another.

    Best regards.

    Néstor

    0 comments No comments