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 many commands does the oledbcommand takes?what are they?

Answers were Sorted based on User's Feedback



How many commands does the oledbcommand takes?what are they?..

Answer / abhineet

System.Data.OleDb.OleDbCommand cmd = new
System.Data.OleDb.OleDbCommand();
cmd.ExecuteNonQuery()
cmd.ExecuteReader()
cmd.ExecuteScalar()

Is This Answer Correct ?    2 Yes 0 No

How many commands does the oledbcommand takes?what are they?..

Answer / ansu kumar

commands are
insertcommand
updatecommand
selectcommand
deletecommand

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is meant by executenonquery?

0 Answers  


What is the meaning of object pooling?

0 Answers  


What is data relation in ado.net?

0 Answers  


What do you know about ADO.NET's objects and methods?

0 Answers   NA,


What is the difference between the clone() and copy() methods of the dataset class?

0 Answers  


What is oledb connection?

0 Answers  


How to check if the Dataset has records ?

0 Answers   NA,


What is sql command in ado net?

0 Answers  


How to maintain the relation between two tables in ADO.NET?

0 Answers   Petranics Solutions,


Explain the two fundamental objects in ado.net?

0 Answers  


How to work with disconnected data - the dataset and sqldataadapter?

0 Answers  


How do we invoke queries from the application

2 Answers  


Categories