i have a problem,one of my client need
a program that will connect to oracle database server,and download/store the table to a local file(ex; microsoft access) like a conversion after that client can input an excel file and it will be added to that local file
my client want the local file/database can be stored offline,inside program folder They want the program do all the job so they only give me a user&pass to their database with some example of the tables and the excel that will be inputed from the client
and the program will do the rest download the tabel,convert,input,and the last it will print the data
i know that many tutorials come with the idea to connect / update oracle with java (with OLDBC-JDBC) or open&modify msaccess file(with excel conversion)
but to combine them all?how can you do this in java?
I already saw someone do this,but in VB6 and his code is a bit messy
FYI: the data is a BIG one,its use about 600.000 rows and it is updated once per month