Subject | Re SP |
---|---|
Author | Francisco Antonio Vieira Souza |
Post date | 2004-08-02T19:05:46Z |
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.
(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.