|
|
|
มีปัญหาการใช้ Access กับ Dreamweaver ครับ สวัสดีครับพี่ๆทุกคน ผมเป็นมือใหม่หัดเขยน web น่ะครับ |
|
|
|
|
|
|
|
สวัสดีครับพี่ๆทุกคน ผมเป็นมือใหม่หัดเขยน web น่ะครับ ผมเริ่มเขียนจาก Dreamweaver 8 น่ะครับ ตอนนี้คือผมมีปัญหาในการสร้างแบบ ฟอร์มน่ะครับ คือว่าผมสามารถสร้างแบบฟอร์มและสร้าง Database ใน access ได้แล้วครับ ทีนี้ผมเลยจะเชื่อมโยงข้อมูลเข้าด้วยกัน ตามในหนังสืออ่ะครับ (เค้าให้ใช้การ
- insert - Application Object - Insert record - Insert Record น่ะครับ ผมสามารถใช้งานได้แล้วนะครับ คือสามารถมองเห็น Database แล้วครับ แต่ว่าพอผมกด F12 แล้วเนี่ยมันขึ้นมาแบบนี้น่ะครับ
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="windows-874" %>
<%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>
<MM:DataSet
id="DataSet1"
runat="Server"
IsStoredProcedure="false"
ConnectionString='<%# System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_STRING_customer") %>'
DatabaseType='<%# System.Configuration.ConfigurationSettings.AppSettings("MM_CONNECTION_DATABASETYPE_customer") %>'
CommandText='<%# "SELECT * FROM Table1" %>'
Debug="true"
></MM:DataSet>
<MM:PageBind runat="server" PostBackBind="true" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
font-size: 16px;
color: #003399;
}
-->
</style>
</head>
<body>
<form action="webform.aspx" method="post" name="form1" target="_self" id="form1">
<div align="center" class="style1">แบบฟอร์มการสมัครสมาชิก </div>
</form>
<table width="591" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="140" height="30" valign="top" class="style1">ชื่อ - นามสกุล </td>
<td colspan="4" valign="top"><form id="name" name='name' method='POST' action="WebForm1.aspx">
<label>
<input name="Name" type="text" id="Name" value='<%# DataSet1.FieldValue("name", Container) %>'>
</label>
</form> </td>
</tr>
<tr>
<td height="70" valign="top" class="style1">ที่อยู่</td>
<td colspan="4" valign="top"><form runat='server' id="Address" name='Address' method='POST' action="">
<label>
<textarea name="textarea"><%# DataSet1.FieldValue("sex", Container) %></textarea>
</label>
</form> </td>
</tr>
<tr>
<td height="30" valign="top" class="style1">เบอร์โทรศัพท์</td>
<td colspan="4" valign="top"><form runat='server' id="phone" name='phone' method='POST' action="">
<label>
<input name="Phone" type="text" id="Phone" value='<%# DataSet1.FieldValue("phone", Container) %>'>
</label>
</form> </td>
</tr>
<tr>
<td height="30" valign="top" class="style1">ระดับการศึกษา</td>
<td colspan="4" valign="top"><form id="education" name="education" method="post" action="">
<label>
<select name="education" size="1" id="education">
<option>ต่ำกว่าปริญญาตรี</option>
<option>ปริญญาตรี</option>
<option>สูงกว่าปริญญาตรี</option>
</select>
</label>
</form> </td>
</tr>
<tr>
<td height="120"> </td>
<td colspan="4" valign="top"><form id="form6" name="form6" method="post" action="">
<label>
<input type="checkbox" name="checkbox" value="checkbox" />
<span class="style1">รายได้</span></label>
<span class="style1">
ต่ำกว่า 10,000 บาท/เดือน </span>
</form>
<form id="form7" name="form7" method="post" action="">
<label>
<input type="checkbox" name="checkbox2" value="checkbox" />
</label>
<span class="style1">รายได้ตั้งแต่ 10,001-20,000 บาท/เดือน </span>
<label></label>
</form>
<form id="form8" name="form8" method="post" action="">
<label>
<input type="checkbox" name="checkbox3" value="checkbox" />
</label>
<span class="style1">รายได้มากกว่า 20,000
บาท/เดือน ขึ้นไป </span>
</form></td>
</tr>
<tr>
<td height="30" valign="top" class="style1">ส่งภาพมาด้วยครับ</td>
<td colspan="4" valign="top"><form id="form9" name="form9" enctype="multipart/form-data" method="post" action="">
<label>
<input type="file" name="file" />
</label>
</form> </td>
</tr>
<tr>
<td height="30" valign="top" class="style1">e-mail</td>
<td colspan="4" valign="top"><form runat='server' id="mail" name='mail' method='POST' action="">
<label>
<input name="email" type="text" id="email" align='<%# DataSet1.FieldValue("mail", Container) %>'>
</label>
</form> </td>
</tr>
<tr>
<td height="7"></td>
<td width="94"></td>
<td width="56"></td>
<td width="48"></td>
<td width="253"></td>
</tr>
<tr>
<td height="24" colspan="5" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="24"></td>
<td></td>
<td valign="top"><form id="form10" name="form10" method="post" action="">
<label></label>
<input type="submit" name="Submit" value="Submit" />
</form></td>
<td valign="top"><form id="form11" name="form11" method="post" action="">
<label>
<input type="reset" name="Submit2" value="Reset" />
</label>
</form></td>
<td> </td>
</tr>
</table>
</body>
</html>
ทั้งๆที่ก่อนเชื่อมโยงข้อมูลยังสามารถ Preview ได้เป็นหน้า ฟอร์มเลยครับ ในหนังสือไม่ได้บอกไว้เลยอ่ะครับ ผมเลยไม่รู้จะต้องทำยังไงต่อไปครับ ตอนนี้ในเครื่องผมมี File "Webform.aspx และไฟล์ db1.mbd น่ะครับ ผมต้องสร้างไฟล์อะไรขึ้นมาใหม่อีกไหมครับ ผมงง มากๆเลยครับ ขอบคุณทุกๆท่านที่ช่วยชี้ทางให้เต่าน้อย คนนี้นะครับ ขอบคุณครับ
Tag : - - - -
|
|
|
|
|
|
Date :
1 มิ.ย. 2549 10:34:01 |
By :
parnitap |
View :
4269 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
โห เพิ่งหัด กระโดดไปเขียน .net เลยเหรอครับ .....
|
|
|
|
|
Date :
1 มิ.ย. 2549 11:04:43 |
By :
... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แล้วถ้ายังงั้น ผมต้องเริ่มทำอะไรล่ะครับ คือว่า อันนี้จุดประสงค์ของ
ผมแค่ต้องการ Link Database ที่เป็น access ให้เข้ามาเชื่อกับหน้า Form ของผมที่เขียนขึ้นมาบน Dreamweaver น่ะครับ แต่ว่าทีนี้ในหนังสือที่ผมซื้อมาเค้าเขียนวิธีเอาไว้แค่นี้เองอ่ะครับ (หนังสือ Dreamweaver 8 - โดยคุณ พันจันทร์ น่ะครับ) อันนี้ผมไม่รู้จริงๆอ่ะครับ ว่าต้องใช้อะไร connect อ่ะครับ แต่ว่าในหนังสือเขียนมาอย่างนี้น่ะครับ อย่าว่าผมเลย ถ้าท่านใดมีวิธีที่ง่ายๆกว่านี้รบกวนบอกผมด้วยนะครับ ขอบคุณครับบบบ
|
|
|
|
|
Date :
1 มิ.ย. 2549 12:29:19 |
By :
Tap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าคุณเป็นมือใหม่จริงๆ ล่ะก็ผมว่าลองมาเริ่ม .asp ก่อนดีกว่ามั้ยครับพอเราเริ่มเรียนรู้แล้วพอเป็นแล้วมันก็จะง่ายขึ้นสำหรับกระโดดไปเล่ม .aspx หรือ .net เองแหละครับลองเริ่มจากง่ายแล้วค่อยขยับไปจะดีกว่าครับ แล้วอีกอย่าง 2 กระทู้นี้คุณคือคนๆ เดียวกันหรือเปล่าครับคุณใช้ 2 นามแฝงเลยนี่หนา.....??????
|
|
|
|
|
Date :
5 มิ.ย. 2549 16:06:20 |
By :
ฟ้าเวิ้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมเองแหละครับ parnitap กับ Tap คนเดียวกันแหละครับ แต่ผมไม่รู้ว่าตอนตอบคำว่า parni มันหายไปไหนอ่ะครับ ไม่ได้มีเจตนาสวมชื่อหรอกครับผม ตอนนี้ผมเองไปหาหนังสือ asp เฉยๆอ่านแทบไม่มีแล้วอ่ะครับ ใน se-ed ก็มีแต่ .net เลยอ่ะครับ เลยไม่รู้จะไปอ่านที่ไหนอ่ะครับ แต่ยังไงผมจะพยายามศึกษาน่ะครับ ขอบคุณมากๆนะครับ
|
|
|
|
|
Date :
6 มิ.ย. 2549 11:01:52 |
By :
parnitap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เป็นเหมือนกันเลย....
|
|
|
|
|
Date :
2009-05-23 03:04:46 |
By :
nong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอนที่ทำเป็นฟอร์ม นามสกุล aspx แล้วบันทึก และกด F12 มันก็แสดงผลเป็นปกติ แต่เมื่อทำการ Insert Record
ผ่านทุกขั้นตอนแล้ว ทำการเซฟไฟล์ และกด F12 มันก็ขึ้น เหมือนคุณ parnitap เลยครับผม...
มือใหม่เหมือนกัน (นั่งอ่านหนังสือเอาครับ)
......ใครทราบตอบหน่อยนะคราบ
|
|
|
|
|
Date :
2009-05-23 03:11:35 |
By :
nong |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|