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?


October 10, 2008 13:55:46 #3
 seemu123   Member Since: May 2008    Total Comments: 11 

RE: Database Method
 
There is a method ExecuteNonQuery() in SQL Server Provider.It returns  number of rows affected.
     

 

Back To Question