Pakistani Developers Forum  

C Sharp For discussion of C#

Reply
 
Thread Tools Search this Thread
  #1  
Old   
wsindhu's Avatar
wsindhu (Offline)
Moderator
 
Posts: 38
Join Date: Sun Apr 23 15:04:00 PKT 2006
Location: Karachi
Age: 25
Send a message via MSN to wsindhu Send a message via Yahoo to wsindhu
Default Loop through recordset/DataSet? - 22-Nov-2006 , 15:58


AOA,

Just started working with .NET and i'm need to find a solution to loop through a DataSet. In VB6, we used to write following code to fill-up a recordset with table data and can loop through all the records with a Do-While loop

PHP Code:
Dim rs      As New ADODB.Recordset
    
    rs
.Open "SELECT * FROM MyTable"connadOpenForwardOnlyadLockReadOnly
    
Do While Not rs.EOF
        Debug
.Print rs.Fields("Users").Value " : " rs.Fields("Pwd").Value
        rs
.MoveNext
    Loop
    rs
.Close 

In C#, i can fill-up a DataSet with table data, but I want to walk through all the rows in same way as i can do in VB6... how would i acheive that??

PHP Code:
SqlConnection con = new SqlConnection(sConnection);
 
DataSet ds = new DataSet();
 
SqlDataAdapter adapt = new SqlDataAdapter("SELECT * FROM MyTable"con);
 
adapt.Fill(ds); 

Thanks in advance.

Reply With Quote
  #2  
Old   
Waheed (Offline)
Junior Member
 
Posts: 3
Join Date: Sat Jun 30 20:08:31 PKT 2007
Default 30-Jun-2007 , 20:20


The dataset you made has the tables listed in it, select your table
Code:
DataSet.Tablename
then use the Rows property to navigate through your database
Code:
DataSet.Tablename.Rows[row].Items[column_index or column_name]

Reply With Quote
  #3  
Old   
pqrs393 (Offline)
Banned
 
Posts: 41
Join Date: Thu May 22 6:53:12 PKT 2008
Thumbs up 留学马来西亚 - 15-Jul-2008 , 17:38


·马来西亚留学优势 ·马来西亚的教育体制 ·马来西亚境内国际考试机构及公开的资格 ·留学马来西亚常见问题 ·马来留学马来西亚西亚学历教育以外的国际公认的职业 ·马来西亚留学费用预算 ·教育部公布马来西亚学历认证院校名单...·选择留学新加坡的理由 就读专生硕 ·新加坡留学优势 ·新加坡留学生活费用...03-04·留学新加坡旅游类专业前景看好 02-27·性价比高 新加坡留学趋热 11-05·留学新加坡可以申请学费资助留学新加坡 两大名校报名在即..瞄准新兴专业 新加坡留学豪华转身 计算机-- 新加坡管理发展学院 艺术类--拉萨尔新航艺术学院...新加坡留学学费最低仅三万元 新加坡留学新加坡女留学生最爱家政和外交礼仪课 新加坡中国留学生:英语是拦路虎,关键·澳大利亚留学费用 留学澳洲的基本费用 ·有"一流"收费为何没有"一流大学".澳大利亚留学..热门搜索:澳大利亚留学 澳大利亚证费 澳州签证费用 澳大利亚大学 2008澳大利亚大学排名 澳大利亚留学论坛·大专生如何留学澳大利亚? ·留学选专业要理性 出国留学与合作办学注意...热门搜索:澳大利亚留学 澳大利亚证费 澳州签证费用 澳大利亚大学留学澳大利亚 2008澳大利亚大学排名 澳大利亚留学论坛......

Reply With Quote
  #4  
Old   
batteryblog8 (Offline)
Junior Member
 
Posts: 1
Join Date: Thu Jul 31 15:04:24 PKT 2008
Angry great post. - 31-Jul-2008 , 20:06


great post. Thank you. here is some of my thought. VGP-BPL2

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by vBulletin Version 3.0.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com