import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class TestSQLcountdrug { public TestSQLcountdrug(String namedrug,String amount){ Connection theCon = null; SQLConnecttion myCon; Statement stmt ; String SQL; ResultSet rs; try{ myCon = new SQLConnecttion(); theCon = myCon.getConnection(); stmt = theCon.createStatement(); SQL = "update drug set amount = (select amount from drug where name = '"+namedrug+"')-'"+amount+"' where name = '"+namedrug+"'"; rs = stmt.executeQuery(SQL); }catch(SQLException e){ e.printStackTrace(); }finally{ try{ if(theCon != null){ theCon.close(); } }catch(Exception e){ e.printStackTrace(); } } } }
public class SQLSelectsumPrice { public static int AA; public SQLSelectsumPrice(String idse){ Connection theCon = null; SQLConnecttion myCon; Statement stmt ; String SQL; String a = ""; try{ myCon = new SQLConnecttion(); theCon = myCon.getConnection(); stmt = theCon.createStatement(); SQL = "select sum(TOTALPRICE) from DETAILPAYDRUG where IDPAY='"+idse+"'"; ResultSet rs = stmt.executeQuery(SQL); while(rs.next()){ a = rs.getString("sum(TOTALPRICE)"); AA = Integer.parseInt(a); return; } }catch(SQLException e){ e.printStackTrace(); }finally{ try{ if(theCon != null){ theCon.close(); } }catch(Exception e){ e.printStackTrace(); } } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง