| Author |
Import CDR File into Sql Database
|
Madhu Kaparapu
Ranch Hand
Joined: Jul 04, 2005
Posts: 35
|
|
I am doing Billing web based project(J2EE). I have to import CDR (call detail report) Excel file into Ms Sql Database plz help me i am new to MS Sql Database. The CDR file too large.
|
Regards,
Madhu Kaparapu.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
Madhu, Welcome to JavaRanch! The file is too large for what? It's a matter of reading in the file (either as a comma delimitted file or through an Excel API like HSSF) and looping through it to put the rows in the database using JDBC.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Import CDR File into Sql Database
|
|
|