Results 1 to 4 of 4
- 02-04-2013, 07:55 AM #1
Member
- Join Date
- Feb 2013
- Posts
- 9
- Rep Power
- 0
How to read text file first line and save into sqlserver database?
Hi
I have a text file in c: and i want to read first line from the file and save into sql server database using java? I am new to java, i appreciate line by line explanation.
Here is my connection string : jdbc:sqlserver://XXX02:1433;databaseName=PSroll;user=12345;password =12345;
Thanks in advance
- 02-04-2013, 09:53 AM #2
Godlike
- Join Date
- Nov 2012
- Posts
- 194
- Rep Power
- 1
Re: How to read text file first line and save into sqlserver database?
Split this in to sub-problems:
1) how do I read lines from a file
2) how do I connect to a database
3) how do I insert data into a database
Combine 1-2-3 to get your result.
Don't expect your code to be written for you here. As Darryl Burke says: "This is a forum, not a code factory" ™
- 02-04-2013, 01:59 PM #3
Member
- Join Date
- Feb 2013
- Posts
- 9
- Rep Power
- 0
Re: How to read text file first line and save into sqlserver database?
Hi
I wish, as a programmer, i could write the code for the user who post the same kind of question.
Anyway i split this into sub problems
Thanks
- 02-04-2013, 02:30 PM #4
Godlike
- Join Date
- Nov 2012
- Posts
- 194
- Rep Power
- 1
Re: How to read text file first line and save into sqlserver database?
Well, I *am* a programmer, and I know that I earn my money by programming for others, being my boss and clients. So if you pay me, I will program it for you. Otherwise, I will happily donate my spare, and free (as in beer), time, to answer your questions about the code that *you* write.
All three subproblems are highly documented on the interwebs, so you should have no problem finding an answer for all three. If you run into a problem please post them here, and we all will look into it.
Similar Threads
-
How to read from text file and insert into database using java
By ryanalhakim in forum New To JavaReplies: 4Last Post: 05-27-2011, 04:13 PM -
How to read current previous and next line from a text file
By emyk in forum Advanced JavaReplies: 12Last Post: 04-21-2011, 11:17 PM -
How to read file line by line with fixed number of characters
By trkece in forum New To JavaReplies: 1Last Post: 02-13-2011, 03:09 PM -
[SOLVED] how to save hindi text into Oracle Database
By sanjeevtarar in forum JDBCReplies: 14Last Post: 12-07-2010, 10:41 AM -
Need to read an .ini and .abook file line by line (both files contain texts)
By ollyworks in forum Java AppletsReplies: 4Last Post: 09-10-2009, 10:18 AM


2Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks