Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~1K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for sanju21

thanks for the post rgtaylor I accidentally used .equals to check a resultset instead of == rs.getString(1).equals(null) vs rs.getString(1) == null mine is pure java, but concept is the same

Member Avatar for toughlittleone
0
791
Member Avatar for jresh_101

can't believe I didn't think of this, great solution! I was creating an XML style string, and I did this just like you suggested: "&lt/soapenv:Header&gt" + "<br></br>";

Member Avatar for toughlittleone
0
217

The End.