Reputation: 23
I want to store text files in java derby database and then from that data I want to plot some graph can I do that?(the text file contains ASCII data)
Upvotes: 0
Views: 679
Reputation: 4116
You can use one of these 3 methods to store the data
The graph can be plot according to your requirement and the type of graph directly using java code or a 3rd party library can also be used instead of reinventing the wheel.
Upvotes: 1