displaying query result as local html table

  • Replies:0
Carl Ewing
  • Forum posts: 1

Jun 3, 2013, 10:51:15 PM via Website

Im trying to output sql database query result to html table using StringBuilder builder = new StringBuilder();
builder.append("<html><body><h1>High Scores</h1><table>");
how do I do it or am I heading in the wrong direction?

Reply