Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_ado_rds thread: RDS


Message #1 by "waqar.alam" <waqar.alam@c...> on Thu, 12 Oct 2000 11:06:21 +0500
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C03412.D8984E10

Content-Type: text/plain;

	charset="iso-8859-1"



Hi, All



Can any body help me, I'm working on an intranet side.

I want to use RDS,but I'm not sucessfull in this way,



code is below,





File type "htm"



<My Code>

 <HTML>

	<BODY>	

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

			ID="MyDataSpace" HEIGHT="0" WIDTH="0">

		</OBJECT>

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

			ID="dsoAuthors" HEIGHT="0" WIDTH="0">

			<PARAM NAME ="Connect" VALUE ="DSN=pubs">

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

			<PARAM NAME ="SQL" VALUE ="SELECT * FROM Authors">



		</OBJECT>

		<SCRIPT Language="VBScript">			

			msgbox dsoAuthors.RecordSet.Fields(0).value

		</SCRIPT>

	</BODY>	

 </HTML>

</My Code>



DSN is working well (Checked in ASP).



I also used example from Professional ASP 3.0  (ch 10, page no 418)



Many thanks

Waqar





  Return to Index