Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: =?gb2312?B?UkRTIGhlbHA=?=


Message #1 by "cghn" <cghn@1...> on Thu, 27 Dec 2001 15:53:35 +0800 (CST)
I am using the examples from chapter 10 of the the wrox book: Professional ASP 3.0. The following are
the code I am using.I test it in Windows2000 and WindowsNt4.0,but I can not get the data to display in the HTML page.

Why? 

Thanks in advance.



CODE:



<OBJECT CLASSID="clsid:BD96C556-65A3-11D0-983A-00C04FC29E33"

        ID="dsoData" HEIGHT="1" WIDTH="1">

  <PARAM NAME="Connect" VALUE="DSN=pubs;uid=sa;pwd=">

  <PARAM NAME="Server" VALUE="http://myserver">

  <PARAM NAME="SQL" VALUE="select * from xs">

</OBJECT>



<TABLE ID="tblData" DATASRC="#dsoData">

  <THEAD>

   <TR>

    <TD>xs_id</TD>

    <TD>xs_name</TD>

   </TR>

  </THEAD>

  <TBODY>

   <TR>

    <TD><INPUT TYPE="TEXT" DATAFLD="xs_id"></INPUT></TD>

    <TD><INPUT TYPE="TEXT" DATAFLD="xs_ame"></INPUT></TD>

   </TR>

  </TBODY>

</TABLE>

















===============================================

 

ÊÖ»úºÅÂëÊǵçÓÊ£¬´Ó´Ë½»·Ñ²»ÓóһºÅÔÚÊÖ¡°ËæÉíÓÊ¡±

 

¡ª¡ª 163¡°ËæÉíÓÊ¡±ÊÖ»úÓÊÏä ¡ª¡ª

¡ò ÊÖ»úºÅÂë¾ÍÊǵç×ÓÓÊÏ䵨ַ£¬·½±ã¼ÇÒä

¡ò ²»ÓÃÉÏÍø£¬Í¸¹ýÊÖ»ú¶ÌÐÅ£¬ËæÊ±ÕÆÎÕÓʼ
µÄ½ÓÊÕÇé¿ö

¡ò ¾ö²»´í¹ýÈκÎÉÌÒµÁ¼»ú

¡ò ·½±ãµÄ°´ÔÂÊÕ·Ñ·½Ê½£¬×îµÍÿÔÂÖ»Ðè5Ôª

 

ÏêÇéÇëä¯ÀÀ

http://vip.163.net/mobile/mobile.htm

 

===============================================


  Return to Index