Converting excel document into a tempravory database

i have to acept a excel document and convert it to the tempravory database and allow the user to edit .if the user have changed anything it should change the details in the excel document.
anybody know how to do this..

I dont have time to explain what datasource is but you can create one as :
I have Windows XP box here, to do it you need to go to
Control Panel >> Administrative Tools >> Data Source(ODBC) >> System DSN >> Add >> select Excel sheet driver >> hit ok then it will ask you for datasource name now give what ever name you want to give and select your excel file from select tab.
And that's it now use the datasource name in "jdbc:odbc:your datasource name "

Similar Messages

  • How to develope application for converting excel data into oracle database

    I am very new to the oracle world. I want to develop application for converting excel sheet into oracle database using oracle forms. I have basic knowldge of oracle but i am totally new to the forms. Can anybody tel me step by step procedure to do this task? Please help me out in this problem.
    Thanx in advance.

    Hello,
    just do a "Search" in this forum with words "excell to oracle"... and you could find lot of posts about that, i.e.:
    Re: How to load excel-csv file into oracle database
    Jose L

  • Problem converting excel document to PDF

    The Adobe Acrobat Pro X has started converting all pages of my excel documents into one single page PDF. I have set the page breaks correctly in excel, so I am not sure why Adobe is converting the documents like this?? Thanks!!

    Under the Acrobat ribbon in Excel, click on Prefereces, and make sure you have "Fit Worksheet to a single page" turned off.

  • How to convert unstructured document into structured document

    I have many unstructured documents. Is it possible to convert these documents into strcutured documents? I know that structured FM uses DITA which is different from unstrcutured document. This is client's requirement so I want to get community views on this.

    Yanesh,
    I would approach this in 2 stages.
    Understand how DITA works independently of FrameMaker first. I say this because DITA is not a straight forward 'out of the box' experience. This could be a good starting point -http://www.technicalcommunicationcenter.com/2011/04/13/technical-book-review-practical-dit a-a-nuts-and-bolts-guide-to-structured-technical-writing/
    Understand how FrameMaker works with DITA. FrameMaker has it's own way of how you author DITA based content. You might want to look at tools such as DITA FMx - http://www.leximation.com/dita-fmx/, which claims to make DITA authoring easier with FrameMaker.
    If you are initially just producing PDF from your DITA content, then FrameMaker is probably the best way of getting the results you want, as FrameMaker templates work the same with structured content, as they do with unstructured.
    Good luck
    Mark

  • Convert a Document into Template

    As far as I know to save any document to create a template with a dot extension. I want to know is there any better idea and any quick way to convert a document into template because every day I had to make many template for my business purpose. So any one will suggest me a better way so that a document will be converted as a template in quick time it will make-work easy.
    Thanks in advance.

    HI,
    Well, saving any document you wish to use as a template with the .dot extensions is a good idea. Now as you want to know a quick way to make a document a template to make your work easy and faster, I thing you will get help from the site http://www.templatesforbusiness.us

  • Is it allowed to convert pdf documents into rtf using Adobe SDK

    Hello
    Can I convert pdf document into rtf using Adobe SDK?
    Is available this functionality on c# code? Which assemblies i can use for it?

    which is why it has to be on the desktop and not a server.
    I didn't quite understand your statement. Could you, please, explain, why I can't use it only on the desktop and not a server? And, could you provide documentation, where I can find information about converting documents using c#?

  • How to convert Xml Document into orcale tempary table

    i am creating xml document into java and passing this xml into oracle database and i need to fetch this xml into result set | rowset.
    Xml Structure
    <Department deptno="100">
    <DeptName>Sports</DeptName>
    <EmployeeList>
    <Employee empno="200"><Ename>John</Ename><Salary>33333</Salary>
    </Employee>
    <Employee empno="300"><Ename>Jack</Ename><Salary>333444</Salary>
    </Employee>
    </EmployeeList>
    </Department>
    i need like this format
    Deptno DeptName empno Ename Salary
    100 Sports 200 Jhon 2500
    100 Sports 300 Jack 3000

    It does depend on your version as odie suggests.
    Here's a way that will work in 10g...
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (select xmltype('<Department deptno="100">
      2  <DeptName>Sports</DeptName>
      3  <EmployeeList>
      4  <Employee empno="200"><Ename>John</Ename><Salary>33333</Salary>
      5  </Employee>
      6  <Employee empno="300"><Ename>Jack</Ename><Salary>333444</Salary>
      7  </Employee>
      8  </EmployeeList>
      9  </Department>
    10  ') as xml from dual)
    11  --
    12  -- End of test data, Use query below
    13  --
    14  select x.deptno, x.deptname
    15        ,y.empno, y.ename, y.salary
    16  from t
    17      ,xmltable('/'
    18                passing t.xml
    19                columns deptno   number       path '/Department/@deptno'
    20                       ,deptname varchar2(10) path '/Department/DeptName'
    21                       ,emps     xmltype      path '/Department/EmployeeList'
    22               ) x
    23      ,xmltable('/EmployeeList/Employee'
    24                passing x.emps
    25                columns empno    number       path '/Employee/@empno'
    26                       ,ename    varchar2(10) path '/Employee/Ename'
    27                       ,salary   number       path '/Employee/Salary'
    28*              ) y
    SQL> /
        DEPTNO DEPTNAME        EMPNO ENAME          SALARY
           100 Sports            200 John            33333
           100 Sports            300 Jack           333444
    SQL>If the XML is a string e.g. a CLOB then it can easily be converted to XMLTYPE using the XMLTYPE function.

  • How do i import data in an Excel sheet into an Oracle Database table

    I know one way to do is to convert the data into a text file and then use Sqlldr to load the data into the DB.
    Is there any other easy way, like directly connecting to the DB from Excel sheet itself. Any links to this wud be greatly helpful.
    Thanks and Rgds,
    Vig

    --Create a DSN (ODBC) from Windows control panel
    Open Excel, Dataimport external data--import data
    --click new source, select ODBC DSN, choose your DSN ..
    --select any table from shown list..next.....                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How do I convert a document into a jpeg?

    How do I convert a Word document into a jpeg?

    Hi there
    You cannot directly open a Word document in Photoshop, nor can you save a .jpeg in Microsoft Word. A work around for this is to save the document as a PDF, which will allow you to open it in Photoshop:
    1. Open your document in Microsoft Word. Select File > Save As... and select PDF from the Format dropdown menu.
    2. Open Photoshop and go to File > Open... and select your newly created PDF file. An Import PDF dialog box will pop up. From the "Crop To" dropdown menu, select Media Box. This will prevent Photoshop from cropping your document size down to just the text area. Click OK.
    3. Now, you can select File > Save As..., and select JPEG from the Format dropdown menu.
    A quick note, when I opened the PDF in Photoshop, there was a transparent background behind my text. To solve this, just create a new fill layer by going to Layer > New Fill Layer > Solid Color... and selecting white. Then just drag this fill layer below the layer with your text on it. This layer will flatten when you save your image as a jpeg.
    Hope this was helpful!

  • Converting excel source into csv format

    Hi,
    I have to convert excle source into csv format.
    my excel source has around 40000 records.
    Please give me the suggestions how to do it.
    Thanks,
    Venkat

    Or, if this is going to be an ongoing issue with new files needing to be converted, there are several utilities out there of various quality and price which can be considered. A quick google turned up a whole host of options for various platforms.
    I can't comment on any of them as I haven't used them, but clearly there are several converters with command-line interfaces which should be capable to be utilized as an external command in your process flow.
    Like: http://www.softinterface.com/Convert-XLS/Features/Convert-XLS-To-CSV.htm
    Heck, if you really want to have fun and DIY, I know that there are native Perl Excel modules, so you could always build your own and make it cross-platform!

  • Converting Word Document into Robohelp format

    I am new at Robohelp and have been recently assigned a task to convert several Word documents into Robohelp using version 9 of RoboHelp. Can someone please direct me in the right direction (location, URL, tutorials etc.) to find some step-by-step help, it would be most appreciative

    Hi Michael.
    Rick asked that question because there IS a method of linking a Word file to a Robohelp project and bringing in any changes to them. It was designed exactly for the scenario where a SME or client writes the content and someone else just acts as a kind of content curator. However if you just want to import the Word file, this is fine also but you'll need to understand that once the content is in RoboHelp, the content would need to be changed in Robohelp.
    There is a good tutorial on the benefits of both linking and importing over on Peter Grainge's website (see the link below). This is a very useful resource for all things RoboHelp and well worth bookmarking.
    http://www.grainge.org/pages/authoring/importing/about_importing_linking.htm

  • Converting Terminal Document Into AIFF

    Hi,
    I recently retrieved some data off of some some very old PowerMac computers, including some audio files. When viewed in OS X, these files are simply labled as Terminal Documents. Is there a way that I can convert the Terminal Documents into an audio file like AIFF?
    Thanks

    if you are sure of the file type, just add the appropriate extension: e.g. if the file is called "teletubby" and you know it's an AIFF file, select it in the finder and change the name to "teletubby.aiff".  that will give it the proper icon and file associations.  If you need to do it in bulk it's easy to do in applescript - google 'applescript rename files' for pointers.

  • Convert word document into .JPG image. Possible?

    Hello
    I need to convert a word document into a .JPG image... Anyone who can recommend a mac program that can help, or how word can do it for me?
    Best regards
    Jesper Pedersen

    In Word go to File > Print... > PDF > Save As PDF.Open the resulting file in Preview.
    Choose File > Save As... > Format: JPEG.
    Hope that helps.
    mrtotes

  • Converting excel documents to rdf?

    anyone know how to convert excel spreadsheets to an rdf document? i know there are programs that do it but i would like to write my own! cheers.

    1. You need to know how to read an Excel sheet.you can use the Jakarta POI library to read and write MS Excel file.
    http://jakarta.apache.org/poi/
    Note: this library supports limited set of features (but it's one of the best free library to access MS document)
    2. You need to know how to write a RDF.you need to find a RDF API (much easier than to create one)
    http://jrdf.sourceforge.net/

  • How to convert excel file into xml file

    Friends
    Will you please help me out becz i am daily getting excel file from SAP which i have to translate into the xml file.
    Waiting for ur reply.
    Hitesh

    Depends on how your excel document looks like and what you wish to accomplish.
    First, save the excel file as a tab or comma separated file.
    Create a program that reads the lines of the file, and just print the cell content into the right xml tags.
    E.g.
    Street Name
    Main st 3 Wild Bill
    Main st 2 Crazy Bill
    could be translated into an xml:
    <Adress>
    <Street>Main st 3</Street>
    <Name>Wild Bill</Name>
    </Adress>
    <Adress>
    <Street>Main st 2</Street>
    <Name>Crazy Bill</Name>
    </Adress>
    or:
    <header>
    <col>Street</col>
    <col>Name</col>
    </header>
    <row>
    <col>Main st 3</col>
    <col>Wild Bill</col>
    </row>
    <row>
    <col>Main st 2</col>
    <col>Crazy Bill</col>
    </row>
    etc
    E.g. using the code
    String[] lineColumns=...
    while(lineColumns!=null){
      println("<row>");
      for(int i=0; i<lineColumns.length; i++){
        println("<col>"+lineColumns[i]+"</col>");
      println("</row>");
      ...Gil

Maybe you are looking for