GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Ado.NET

 Print  |  
Question:  Database Method

Answer: If we are not returning any records from the database, which method is to be used?


September 09, 2008 16:04:27 #1
 Pendurti   Member Since: September 2008    Total Comments: 10 

RE: Database Method
 
There is a method called Execute Non Query. This method executes the Update, Delete etc. 
This does not return any rows but will give the number of rows affected.

     

 

Back To Question