Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to check the end of the record in Datareader?

Answer Posted / bhagwat prasad sharma

{vb.net code for selection by data reader}
//\\Start......

imports system.data.sqlclients

public class

dim con as new sqlconnection("server=bps; database=college; user id=sa; password=admin")

private button1 ()

dim str as string="select
name from student where roll_no=1"

dim cmd as new sqlcommand(str,con)

if con.state=connectionstate.closed than
con.open()

cmd.parameters.add("@roll_no",type.int)

cmd.parameters("@roll_no").value=txtroll.text

dim dr as sqldatareader

dr=cmd.executereader

if dr.read than

txtname.text=dr(1)

else

msgbox("selection error ")

end if

con.close()

end sub

end class

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between sealed vs static class?

1173


How can we inherit a static variable?

1118


What do you mean by View State and what is its role?

1159


What is an assembly? Explain its parts.

1136


Why we are using mvc instead of asp.net? : Asp.Net MVC

1109


What are the different validators in asp.net?

1054


Can you explain one critical mapping? Performance issue which one is better?

950


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

21295


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1171


Do you support digital rights management to protect my videos?

909


Define satellite assemblies.

1114


Can you explain architecture of your project ?

1181


Using code explain Configuration Management

2062


What is meant by asp.net?

1029


How many types of Cookies are available in ASP.NET?

1117