Recent content by veejay313

  1. V

    Import Text File in a Table

    Hi fellows, I got one text file of 9816 records (9816 lines) seprated by commas and enclosed by the inverted quotes and seprated by the end of lines. But when I import the file, it only gets half of records in the table using below mentioned command; LOAD DATA INFILE 'user.txt' INTO TABLE...
  2. V

    Urgent!: JDBC-MySQL

    Hi GURUs How does the jdbc driver know that where is the database is located for access? How does the Apache Tomcat know that where is the database and which one? How can I connect MySQL database running on the local server Apache Tomcat to do the records manipulation using JDBC...
  3. V

    Urgent Help! MySQL

    Hi Fellows, I have a MySQL database located on a Remote Server. I want to download one of its Table to my local computer. How it could be possible? Please help me by giving some fruitful suggestions..... The table size is aprox. 500 MB. Thanks... VJ
Back
Top