This is possible if you create a Java application of your own and make use of the Robocode Control API and connect to the SQL database using ordinary JDBC. This way you should be able to e.g. store the results from the battles or whatever you need to persist in the database.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need some help.. i need to connect a SQL-Database with robocode.. but i dont know how it works.
Last edit: Kai 2014-06-24
This is possible if you create a Java application of your own and make use of the Robocode Control API and connect to the SQL database using ordinary JDBC. This way you should be able to e.g. store the results from the battles or whatever you need to persist in the database.