The Artima Developer Community
Sponsored Link

Java Answers Forum
inserting a csv file into a database

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
jason

Posts: 7
Nickname: bibs
Registered: Nov, 2002

inserting a csv file into a database Posted: Nov 20, 2002 6:19 AM
Reply to this message Reply
Advertisement
i need to read in a csv file , which is no problem .
but i need to retrive every first word of each line and then the second word of each line and so on then i need to send that information to a sql database i have no problems with the connection to the database.
but what i need is to be able to send the first word of each line into a table and a column and then send the second word of each line into the same table or into a diffrent table, if it is the same table i want the second word of each line to go into the same row as the first word but it would be in a diffrent coulmn name
couild someone please give me some solutions please
thanks jason

Topic: help with inserting into a database Previous Topic   Next Topic Topic: Binary Search Tree

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use