hej
problem med if sats
Svara
jag vill kontrollera om fältet Bud är tomt (null) hur gör jag det?
har provat med:
if(!(rs.getInt("Bud")==null))
men får följande fel:
The operator == is undefined for the argument type(s) int, null
Hur löser jag dett?? (anv MySQL)
Tacksam för all hjälp