Package com.qulx.common

Examples of com.qulx.common.ConnDB.executeUpdate()


  //�����û���Ϣ
  public boolean saveUser(){
   
    String sql = "insert into myuser values('hygj',6,'1','hygj@yahoo.com.cn')";
    ConnDB db = new ConnDB();
    this.flag  = db.executeUpdate(sql);
    db.close();
    return this.flag;
  }

  //��ѯ�����û�
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.