I have code like this. I want "Hello World" to be placed on top of 'big_icon.gif' image which is width: 179 height: 35px. The following code doesn't work with firefox and IE. The image appears, but the image is located below the text.
I need to connect to the db (created with "IBM-943" codeset) on DB2 AIX . I am having a problem retrieving data with japanese character in 'where' clause something like this.
SELECT * FROM \"TEST\".\"TABL E1\" WHERE COL2 like '%㈱%'
It returns nothing. So I want to try to set the codepage(the same code page that db uses) in JDBC level to see if it retrieves something.