Subject Re SP
Author Francisco Antonio Vieira Souza
Sorry for the dummy question, but how could I run a SP with no arguments
(actually I neved needed to do that before), it just DELETE and INSERT
some data.

Like this?
PreparedStatement p = co_con.prepareCall("{call SP_SET_PAGADOR_RECEBEDOR}");

thanks.