User Profile

Collapse

Profile Sidebar

Collapse
Riteshti
Riteshti
Last Activity: Apr 3 '13, 08:15 AM
Joined: Mar 22 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • getting NULL POINTER EXCEPTION while exporting ResultSet to XML

    Im trying this java code to export data from database using sql query, But getting a null pointer exception. getting no clue to remove it . Im getting this exception at line no 26.

    Code:
    try {
    
        DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
        DocumentBuilder builder = factory.newDocumentBuilder();
        Document doc = builder.newDocument();
        Element results = doc.createElement("Results");
    ...
    See more | Go to post

  • Riteshti
    replied to Writing Data from Database to pdf
    in Java
    Thank you. Now im going to do it myself.
    See more | Go to post

    Leave a comment:


  • Riteshti
    replied to Writing Data from Database to pdf
    in Java
    If a code fragment can do a magic which I want , then what's wrong in it?
    Java is vast language and its really tough to learn all the API which come in requirement. So , I joined the forum so that I can get help with a little effort.
    if u know the code , please provide me. I'll understand it myself.
    See more | Go to post

    Leave a comment:


  • Riteshti
    replied to Writing Data from Database to pdf
    in Java
    Hi
    I thank you for your reply . It would be a tough job reading an API. If you please help with some code fragments , I'll be obliged.

    Thanks in advance.
    See more | Go to post

    Leave a comment:


  • Riteshti
    started a topic Writing Data from Database to pdf
    in Java

    Writing Data from Database to pdf

    Hi I have written a java program where I can access table data from Oracle database to "JTable" , and now I want the data from the Jtable to be written in a pdf file. Please assist me to do this.
    Please help me with single java code to do this job i.e writing data directly from database to pdf

    Thanks and Regards.
    See more | Go to post
No activity results to display
Show More
Working...