Search:

Type: Posts; User: abhi1402

Search: Search took 0.28 seconds.

  1. converson from mysql database into xml directly using java

    i want to convert tables from mysql dirctly into xml file using java is it possible
    or is there any other command for that please help me
  2. Replies
    1
    Views
    1,090

    JAVA CODE FOR IMPORTING XLS FILE INTO MYSQL

    guyss this is my code for convrting xls file to mysql but got some error while running



    import java.util.*;
    import java.lang.*;
    import java.io.FileInputStream;
    import java.io.IOException;...
  3. Replies
    12
    Views
    1,453

    Re: JAVA CODE FOR IMPORTING XLS FILE INTO MYSQL

    i made it simple but still getting an error


    import java.util.*;
    import java.lang.*;
    import java.io.FileInputStream;
    import java.io.IOException;
    import java.sql.DriverManager;
    import...
  4. Replies
    12
    Views
    1,453

    Re: JAVA CODE FOR IMPORTING XLS FILE INTO MYSQL

    yaa on Exception in thread "main" java.lang.NullPointerException at (ImportData.java 40)

    --- Update ---

    if there is any correction on line number 40
  5. Replies
    12
    Views
    1,453

    Re: JAVA CODE FOR IMPORTING XLS FILE INTO MYSQL

    showing an error -- Exception in thread "main" java.lang.NullPointerException at ImportData.java

    i want to import multiple colmns from xls to mysql is there any wrong in my code
  6. Replies
    12
    Views
    1,453

    whats wrong with my code

    i m trying to import the data from xls to mysql but showing nullpointer exception what to do please help


    import java.util.*;
    import java.lang.*;
    import java.io.FileInputStream;
    import...
  7. Replies
    12
    Views
    1,453

    Re: JAVA CODE FOR IMPORTING XLS FILE INTO MYSQL

    i do like that also but its showing nullpointer exception is there is any wrong in this code?
  8. Replies
    12
    Views
    1,453

    JAVA CODE FOR IMPORTING XLS FILE INTO MYSQL

    HI FRIENDS,

    I want to import multiple coulmns from xls file into mysql my code is showing nullpointer exception give me the solution

    import java.util.*;
    import java.lang.*;
    import...
Results 1 to 8 of 8