|
|
|
การลบข้อมูลออกจาก Database ครับ Ms SQL Server 2005, Win (Windows App), C# |
|
|
|
|
|
|
|
Code (C#)
strSQL = "DELETE FROM customer WHERE CustomerID = '"+ lblCustomerID.Text +"' ";
objCmd = new SqlCommand(strSQL, objConn);
objCmd.ExecuteNonQuery();
Go to : (C#) ASP.NET SQL Server Delete Record
|
|
|
|
|
Date :
2011-02-14 08:57:30 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คงจะตัดผมสั้นไปหน่อย
ไม่ก้ออายุเยอะแล้วเลยย้ำคิดย้ำทำ
หรือไม่ก้อทั้งสองอย่างค่ะ
|
|
|
|
|
Date :
2011-02-16 00:38:21 |
By :
blurEyes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|