Search:

Type: Posts; User: jayraj

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,639

    Re: Import text file to mysql

    I know how to add fields manually in table. but I want to write the code to create fields itself as in text file first line is columns in table. i don't have to go to code every time and add columns...
  2. Replies
    6
    Views
    2,639

    Re: Import text file to mysql

    Java programming. I din't finish the code yet but I don't how to create table fields its first line in text file..
    so

    Problem in this line:

    String sql = "create table " +...
  3. Replies
    6
    Views
    2,639

    Re: Import text file to mysql

    Hey Thank you so much for your quick replay

    Try to write the code to choose text file and create table as an text file. but i got problem when i create fields in table fields name is in text file...
  4. Replies
    6
    Views
    2,639

    Import text file to mysql

    Java code to Import text file to mysql
    1) choose text file from computer
    2) read that line by line
    3) connect to mysql database
    4) create table as an text file name
    5) first line in text...
Results 1 to 4 of 4