Hi,
I want to save a .txt file into database using java language, how can it is possible ?
The .txt file has one word per line and I would like when the program find a string like "<P>" to continue until line with "</P>". If it is found to increase a counter .
Any ideas?
Thank you