Thanks Erel, however the problem I have is that the map that I need to add is the one that brings me all the information from the database and has many values, I think the most logical thing would be that after the JRDC brings me the map complete, I made a separate one only with the values that I want sum, is it correct? since I am trying to sum the values from the database but it gives me error
sql.sumvuelto = SELECT SUM(vuelto) * FROM osi.vuelto WHERE `codiclie` LIKE ?
If I do it in another program that handles the queries, it does handle it for me, but I don't know if the JRDC can handle those summation queries.