How do I call stored procedures
I think I have to use the CallableStatement but how do I use it?????

I've done this so far. Is this right and how do I execute the statement? 
How do I check if it is a error?
how do I start a new transaction and commit/rollback it afterwards????

MyStatement = Conn.CallableStatement("UPDATE_MATSEDEL");
MyStatement(request.getParameter("MandagLunchUID"), 
request.getParameter("MandagLunchText"), request.getParameter("MandagLunchDatum"), 
IsVegoString, 1);




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to