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
2 Posted Topics
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
Re: new line '\n'
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: "</soapenv:Header>" + "<br></br>";
The End.
toughlittleone