刘韬 4 lat temu
rodzic
commit
4ab5bc746b

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -63,7 +63,7 @@ public class ViewController extends Controller {
 	public void executeSql2() {
 		try {
 			String sqlString = this.getPara("str");
-			List<Record>  d =  Db.use("connected").find(sqlString);
+			List<Record>  d =  Db.use("connected2").find(sqlString);
 			this.renderJson(d);
 		} catch (Exception e) {
 			// TODO: handle exception