Buy Questpond's video subscriptions on
huge discount
.
Online: 7571
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
>
C#
>
Post
|
Interview FAQs
|
Exclusive Interview Home
|
Interview Home
|
Search
Loading ...
What happens internally if the statement cmd.Prepare() is executed in the Frontend
Posted by
deccansoft
on 9/18/2010 | Category:
C# Interview questions
| Views: 2215
The sql statements will be compiled and a cache copy of the same will be
created so that next time the result can be given using the cache copy
for different parameters.
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous question :
In Sql server the parameters must begin with _____ ...
Next question > :
Which is the top layer in the ADO.NET Entity Frame ...
Comments or Responses
Login to post response
More Interview Questions
Which is the top layer in the ADO.NET Entity Framework
can we enable or diasble the connection pool
Can we add relations between the tables in dataset
What is SQL injection
Which template must you provide, in order to display data in a Repeate ...
Which method do you invoke on the DataAdapter control to load your gen ...
Explain ACID rule of thumb for transactions.
What is the wildcard character in SQL