RESTful web services to load data infile MYSQL

246 Views Asked by At

I am trying to use RESTful web services to interact with MySQL database in Eclipse IDE and Glassfish server. Is it possible to execute statements like load data infile and into outfile through web services? The infile and outfile are in CSV format.If yes, it would be of great help if an example can be provided.

1

There are 1 best solutions below

0
On

If you are using some kind of ORM like Hibernate, there is a way to do it. Visit this link to know more.