|
|
|
ช่วยด้วยครับ ถามเรื่อง การดึงข้อมูลจาก dbManager.ReadData(sqlString); < Error ตรงนี้อะคับ . ขอบคุณคับ |
|
|
|
|
|
|
|
string sqlString = ("SELECT Prefix,Sex,FirstName,LastName,Nationality,BirthDay,[E-mail],Phone,Street,Country,Zipcode FROM Customer1 Where UserID =" + UserID + " ");
DatabaseManager dbManager = new DatabaseManager("HotelReservation");
DataTable result = dbManager.ReadData(sqlString);
prefix.Text = result.Rows[0]["Prefix"].ToString(); <<< error ตรงนี้อะคับ
.
ขอบคุณคับ
Tag : - - - -
|
|
|
|
|
|
Date :
2010-01-20 13:27:37 |
By :
จาจ้า |
View :
1303 |
Reply :
3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Error ว่าอะไรคับ
|
|
|
|
|
Date :
2010-01-20 13:46:28 |
By :
nottpoo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขึ้นแบบนี้อะคับ There is no row at position 0.
|
|
|
|
|
Date :
2010-01-20 14:01:19 |
By :
จาจ้า |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เรื่องจากมันไม่มี Rows น่ะครับ ของดักไว้น่ะครับ
Code (C#)
if(result.Rows.Count > 0)
{
//
}
|
|
|
|
|
Date :
2010-01-21 06:37:13 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|