Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Re: aspx digest: March 07, 2002


Message #1 by "Sebastian =]" <ryders2005@m...> on Fri, 08 Mar 2002 16:28:21 +0000
<html><div style='background-color:'><DIV>

<P>Dataset retrieves entire data results into a table in the data set. Take the time to understand how they work and they're
not much trouble. but you maybe interested in the IDataReader also, it works more like a "input-only stream" from de database, which
allow you not to retrieve a huge amount of data if it's your case (if you don't have to update the DB with your dataset or
datatable, it may be a good choice.</P>

<P>hope it helps for now... : )~</P>

<P>&nbsp;</P>

<P>Sebastian (aka Ryders)<BR>CGI inc.</P>

<P>&nbsp;</P>

<P>&gt; -----Original Message-----<BR>&gt; From: Hugh McLaughlin [<A
href="http://pv0fd.pav0.hotmail.msn.com/cgi-bin/compose?mailto=1&amp;msg=MSG1015545012.33&amp;start=1433425&amp;len=3335
1&amp;src=&amp;type=x&amp;to=hugh%40kmcnetwork%2ecom&amp;cc=&amp;bcc=&amp;subject=&amp;body=&amp;cur
mbox=F000000001&amp;a=656401d16ba1c2534e54b8df5e3b6211" target=_top><FONT
color=#000099>mailto:hugh@k...</FONT></A>]<BR>&gt; Sent: Thursday, March 07, 2002 11:24
AM<BR>&gt; To: ASP+<BR>&gt; Subject: [aspx] Referencing Individual Data
Columns<BR>&gt;<BR>&gt;<BR>&gt; Hello everyone and thanks for your help in advance.&nbsp; I am
currently<BR>&gt; working with a SQL Server table and want to be able to execute a query<BR>&gt; that returns
data from one column in the table.&nbsp; I am using a DataSet to<BR>&gt; access the table.&nbsp; What I want to do
is to set a variable equal to the<BR>&gt; value in that table, for example in classic
ASP<BR>&gt;<BR>&gt; strFirstName=rstemp("FirstName")<BR>&gt;<BR>&gt; I can't seem to figure
out how to do this since most examples imply push<BR>&gt; the dataset into a datagrid for display.&nbsp; Not entirely
sure that the<BR>&gt; dataset is even the best method.&nbsp; Any help would be greatly appreciated.<BR>&gt;
Thanks.<BR>&gt; ---<BR>&gt; Change your mail options at <A
href="http://64.4.32.251/cgi-bin/linkrd?_lang=EN&amp;lah=7475ecf39a2d526c852ffcfd158f3769&amp;lat=1015604161&amp;hm___ac
tion=http%3a%2f%2fp2p%2ewrox%2ecom%2fmanager%2easp" target=_blank><FONT
color=#000099>http://p2p.wrox.com/manager.asp</FONT></A> or<BR>&gt; 
.<BR></P><?xml:namespace prefix = mailto /><mailto:$subst('Email.Unsub')>

<DIV></DIV>

<DIV></DIV></mailto:$subst('Email.Unsub')></DIV></div><br clear=all><hr>Chat with friends
online, try MSN Messenger: <a href='http://g.msn.com/1HM100901/o'>Click Here</a><br></html>


  Return to Index