|
|
|
ช่วยด้วยคับ เรื่องการดึงข้อมูลจาก database คือผมจะดึงข้อมูลจาก database มาโชว์ใส่ lable คับพี่ๆ ช่วยหน่อยคับ |
|
|
|
|
|
|
|
คือผมจะดึงข้อมูลจาก database มาโชว์ใส่ lable คับ
พี่ๆ ช่วยหน่อยคับ ขอบคุณคับ
Code (C#)
string strConn;
strConn = " Data Source= CODENAME ;Database=HotelReservation; User ID=sa;Password=12345";
SqlConnection Conn = new SqlConnection(strConn);
Conn.Open();
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 ตรงนี้
sex.Text = result.Rows[0]["Sex"].ToString();
fname.Text = result.Rows[0]["FirstName"].ToString();
lname.Text = result.Rows[0]["LastName"].ToString();
nationality.Text = result.Rows[0]["Nationality"].ToString();
birthday.Text = result.Rows[0]["BirthDay"].ToString();
email.Text = result.Rows[0]["[E-mail]"].ToString();
phone.Text = result.Rows[0]["Phone"].ToString();
street.Text = result.Rows[0]["Street"].ToString();
country.Text = result.Rows[0]["Country"].ToString();
zipcode.Text = result.Rows[0]["Zipcode"].ToString();
ตรง ERROR ขึ้นว่า There is no row at position 0.
Tag : - - - -
|
|
|
|
|
|
Date :
2010-01-21 23:47:00 |
By :
จาจ้า |
View :
4695 |
Reply :
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (C#)
if(result.Rows.Count > 0)
{
prefix.Text = result.Rows[0]["Prefix"].ToString(); <<<< ERROR ตรงนี้
sex.Text = result.Rows[0]["Sex"].ToString();
fname.Text = result.Rows[0]["FirstName"].ToString();
lname.Text = result.Rows[0]["LastName"].ToString();
nationality.Text = result.Rows[0]["Nationality"].ToString();
birthday.Text = result.Rows[0]["BirthDay"].ToString();
email.Text = result.Rows[0]["[E-mail]"].ToString();
phone.Text = result.Rows[0]["Phone"].ToString();
street.Text = result.Rows[0]["Street"].ToString();
country.Text = result.Rows[0]["Country"].ToString();
zipcode.Text = result.Rows[0]["Zipcode"].ToString();
}
ลองตรวจสอบ Rows ก่อนครับว่ามีจริงหรือเปล่า
แล้วก็ UserID คุณใส่ค่าอะไรเข้าไป ลองเอา query
Code
SELECT Prefix,Sex,FirstName,LastName,Nationality,BirthDay,[E-mail],Phone,Street,Country,Zipcode FROM Customer1 Where UserID ="UserID"
ไป query ใน database ดูก่อน ว่าได้จริงหรือเปล่า
|
|
|
|
|
Date :
2010-01-22 08:33:02 |
By :
numenoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณคับ
ลอง query แล้ว ก็มีค่าออกนะคับ
ไม่รู้ว่า ERROR เพราะอะไร - -"
|
|
|
|
|
Date :
2010-01-22 10:32:31 |
By :
จาจ้า |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UserID ใน database คุณเป็น datatype อะไรครับ ตัวเลข หรือ ตัวอักษร
ถ้าเป็น ตัวเลข
Code
SELECT Prefix,Sex,FirstName,LastName,Nationality,BirthDay,[E-mail],Phone,Street,Country,Zipcode FROM Customer1 Where UserID = 1234
ถ้าเป็นตัวอักษร
Code
SELECT Prefix,Sex,FirstName,LastName,Nationality,BirthDay,[E-mail],Phone,Street,Country,Zipcode FROM Customer1 Where UserID ='abc1234'
ลองใส่ ' ดูใหม่ครับ
|
|
|
|
|
Date :
2010-01-22 11:06:14 |
By :
numenoy |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ ERROR แล้วคับ
แต่ มันไม่ ดึงข้อมูลจาก database มาให้ - - "
|
|
|
|
|
Date :
2010-01-22 11:31:31 |
By :
จาจ้า |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php
define("__LINPERPAGE",20);
define("__EXPIREDAYS",360);
?>
<table width="100%" bgcolor="#FFFFCC">
<tr valign="top"><td align="center">
<font color="#000000"><b>เว็บบอร์ด แสดงความคิดเห็น ของเว็บ OTOP</b></font>
</table>
<center>
<font color="#000000">--ติชมเว็บ OTOP ติดต่อสอบถามข้อสงสัย--</font>
</center>
<hr>
<?php
if ($_SESSION['ss_Status'] == "online"){
?>
<form enctype="multipart/form-data" name="postForm" method="post" action="post.php">
<table align="center">
<tr><td><font color="#000000"><b>ฝากข้อความ...</b></font>
<tr><td><textarea name="cText" cols="80" rows="8"></textarea>
<tr><td>ไฟล์แนบ : <input type="file" name="cAttachfile" size="54" />
<tr><td align="center">>>>
<input type="submit" name="btpost" value="ส่งข้อความ" /><<<
</table>
</form>
<?php
}else{
?>
<center>
<img src="./PIC/image/angell.gif" border="0" />
<img src="./PIC/image/pleassignin.gef" border="0" />
</center>
<?php
}
?>
<hr>
<table width="100%" bgcolor="#FFFFCC">
<tr valign="middle"><td align="center">
<font size="2" color="#000000">กรุณาใช้ถ้อยคำที่สุภาพ</font>
</table>
<hr>
<?php
$cntresult = mysql_query("SELECT COUNT(ID) AS RecCnt FROM data" . "WHERE ParentID=0 AND ((UNIX_TIMESTAMP()-" . "UNIX_TIMSTAP(PostDateTime)) < " .(__EXPIREDAYS * 86400) . ")");
if ($cntrow=mysql_fetch_array($cntresult)) {
$mRecCnt = $cntrow["RecCnt"];
}
$mPageCnt = ceil($mRecCnt / __LINEPERPAGE);
if (isset($_GET['pPageNo'])) {
$mPageNo = $_GET['pPageNo'];
}else{
$mPageNo= 1;
}
$mStartRec = $mRecCnt - (__LINEPERPAGE * $mPageNo) + 1;
$mEndRec = $mStartRec + __LINEPRPAGE - 1;
if ($mStartRec <= 0) $mStartRec = 1;
มันแจ้ง error บรรทัดเนี่ยอ่ะครับ>>>$textresult = mysql_query("SELECT data.*, userprofile.NickName, " . "userprofile.FirstName FORM data INNER JOIN userprofile " . "ON data.UserID = userprofile.UserID WHERE ParentID=0 AND " . "((UNIX_TIMESTAMP()- UNIX_TIMESTAMP(PostDateTime))<" . (__EXPIREDAYS * 86400 . ") ORDER BY data.ID DESC");
print "<table width='100%'>";
$cnt = $mRecCnt;
while ($textrow = mysql_fetch_array($textresult) and $cnt >= $mStartRec) {
if ($snt >= $mSartRec and $cnt <= $mEndRec) {
$mName = isset($textrow["NickName"]) ? $textrow["NickName"] : (isset($textrow["FirstName"]) ? $textrow["FirstName"] : "");
$mName = substr($mName, 0, 20);
$appendresult = mysql_query("SELECT COUNT(ID) AS ChildNum FROM data ". "WHERE ParentID=" . $textrow["ID"]);
if ($appendrow = mysql_fetch_array($appendresult)) {
$mChildNum = isset($appendrow["Chi"dNum]) ?
$appendrow["Chi"dNum]: 0;
}else{
$mChildNum = 0;
}
?>
<tr valign="top">";
<td width="100"><b><img src="./PIC/image/ico_person.gif" border="0">
<font size="2" color="#000000">
<a href="showuserprofile.php?pUserID=<?php echo $textrow["UserID"]; ?>"
target="_profile"><?php echo $mName; ?></a></font></b><br>
<font size="2" color="#000000">
<i><?php echo $textrow["PostDateTime"]; ?></i>
</font><br><br>";
<td>:
<td><font size="2">
<?php
if (($_SESSION['ss_Level'] == "admin") and
$_SESSION['ss_ShowManage']) {
print "<a hret='delmsg.php?pID=" . $textrow["ID"] . "'>" .
"<img src='./PIC/image/ico_del.gif' border='0' alt='ลบข้อความ'></a>";
}
print (isset($textrow["Text"]) ?
("<a href='showmsg.php?pID=" . $textrow["ID"] . "' target='_blank'>" . substr( $textrow["Text"], 0, 254) . "</a>") : "");
if (isset($text["Text"]) and strlen($textrow["Text"]) > 255) {
print " <a href='showmsg.php?pID=" . $textrow["ID"] . "' target='_blank'><font color='#000000'>" . "<b> มีต่อ...</b></font></a>";
}
if ($mChildNum > 0){
print "<b> ($mChildNum)</b>";
}
if (isset($textrow["AttachFile"]) and
$textrow["AttachFile"] !="") {
print " <a href='" . ("./attachfiles/" . $textrow["AttachFile"]) . "'><img src='./PIC/image/ico_file.gif' " . "border='0' alt='ไฟล์แนบ : " . $textrow["AttachFile"] . "'></a>";
}
print"</font>";
print"<tr><td>";
}
$cnt--;
}
?>
</table>
<table width="100%">
<tr><td align="right">หน้า......
<?php
for ($i = 1; $i <= $mPageCnt; $i++) {
if ($i !=$mPageNo){
print "<a href='mainphp?pPageNo=$i'><b>$i</b></a> ";
}else{
print "<b>$i</b> ";
}
}
?>
</table>
|
|
|
|
|
Date :
2011-08-12 01:25:09 |
By :
bell |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|