can anyone plz help me out.i want to write a programwhich will read data from a file and insert into thedatabase
it is very easy if you know java io package, jdbc and string handling. you canread data from file using inputstream and outputstream. then insert intodatabase using standard sql queries using jdbc package.
If you are not familiar with the ".sql" package from Java. The belowweb link ought to help you out tremendously. It gives very short,but specific examples using every package in Java.http://www.javaalmanac.com/egs/?