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...

What is sequence of code in retrieving data from database?

Answer Posted / seshu

SQLConnection conn = new
SQLConnection("DataSource=;InitialCatalog=;User Id=;Password=");
SQLCommand cmd=new SQLCommand("select * from tablename",conn);
DataAdapter da=new DataAdapter(cmd);
Dataset ds=new Dataset();
da.fill(ds,"tablename");

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between namespace and assembly.

911


How will you do Redo and Undo in a TextControl?

1096


If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

1025


What are the major built-in objects in ASP.NET?

1060


Explain what is postback in asp. Net?

1022


Why is it preferred to not use finalize for clean up?

948


Give 2 examples for scenarios when routing is not applied?

998


Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc

934


Do I need to have the latest version of windows media player installed?

923


Differentiate between structure and class.

976


Explain different types of Caching techniques in ASP.NET?

958


What is the purpose of using MVC programming pattern in ASP.NET?

992


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

1010


Which type of state management is provided by Query String in ASP.NET?

969


What is difference between view and partial view?

875