Im trying to make some scrpits to run multiple queries but i dont want to do it from dos in batch mode. I want to actually run them from Java. How do i run a script instead of executing a query like this.
Code:ResultSet rs = stmt.executeQuery("SELECT * FROM Users");




Reply With Quote