var Sql = "SELECT * forum_topics ORDER BY topic_id ASC";

non gli manca from
var Sql = "SELECT * FROM forum_topics ORDER BY topic_id ASC";