Hi i am developing a series of portlets in Websphere,
the problem i have is that i have a HTML form in one portlet and a button in another portlet is supposed to submit the form.
Is there a way of doing this? As far as i can work out when you click the button in the one portlet it will send a...
The problem i have is i am trying to update one table with values from another table. I used to do it using an Inner Join, but Db2 version 7 doesn't allow this. I know one way of doing it would be to do
Update tbl set field=(SELECT field from tbl2 where id=1) Where id = 1
Now i know this...
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.