Hi,
I am trying to update a record in Sybase, from my Struts Action class. Here is the code:
>>>>>>>...
String clientId = myForm.getClient().trim();
String bookAlg = myForm.getBookingAlgo().trim();
String commAlg = myForm.getCommisionAlgo().trim();
String sql = "UPDATE fix..FIX_Clients SET...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.