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 does you call and execute a SP in .NET?

Answers were Sorted based on User's Feedback



How does you call and execute a SP in .NET?..

Answer / anil sharma

command.commection =coonectionstring
command.commandType=commandType.storedProcedure
command.commandtext="sp_name"
command.executenonquery()

Is This Answer Correct ?    6 Yes 1 No

How does you call and execute a SP in .NET?..

Answer / ponnuraj

Using command object we can execute a SP. Instead of sql
query we have to pass the SP Name.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More VB.NET Interview Questions

What is the role of new keyword?

0 Answers  


Explain managed code?

0 Answers  


Explain redim keyword?

0 Answers  


Explain what observations between vb.net and vc#.net?

0 Answers  


Explain option explicit?

0 Answers  


What is private assembly?

0 Answers  


What is an abstract class?

4 Answers  


What is the advantage of using system.text.stringbuilder over system.string?

0 Answers  


What is the significance of delegates. Where should they be used? What are the situations where we require them?

0 Answers  


What is code access security?

0 Answers  


What is an arraylist?

0 Answers  


What is early binding?

0 Answers  


Categories