|
|
|
ช่วย หน่อยค้าบ Insert Command (value,result Insert) |
|
|
|
|
|
|
|
อยากช่วยครับ แต่ ยังไม่เครียร์กับคำถามครับ
|
|
|
|
|
Date :
2010-01-12 00:10:54 |
By :
msorawich |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
T_T ช่วยด้วยครับ
|
|
|
|
|
Date :
2010-01-13 19:59:32 |
By :
ksillapapan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าเข้าใจไม่ผิดนะ
Code (C#)
string sqlCommandString = "SELECT MAX(WARRANTY_ID) AS Expr1 FROM TB_WARANTY";
SqlCommand sqlCommand = new sqlCommand(sqlCommandString, sqlConnection);
object Result = 0;
try
{
sqlConnection.Open();
Result = sqlCommand.ExecuteScalar();
sqlConnection.Close();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
int ans = (int)Result; //เอาไปใช้
|
|
|
|
|
Date :
2010-01-13 22:57:03 |
By :
tungman |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|