How do we invoke queries from the application?
Answer Posted / chitaranjan mallick
first which type of querry u want to excute like
oracle,sql,oledb etc. then add the namespace like
system.data.oracleclient(or)system.data.sqlclient(or)system.data.oledb
etc and then create the object of database which u want to
connect..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is DataGrid wheater its a Server Control or something else ?
What is the difference between a multi-layer and multi-tier applications?
What is meant by server side scripting?
What is difference between web api and web services?
How do we assign page-specific attributes?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
Define globalization and localization.
What are sessions and cookies?
Where session variables are stored?
What is form submit?
What is the default Orientation property in a Menu control?
Define web.config in .net?
How do you do Client-side validation in .Net?
Explain the asp.net mvc folder conventions? : asp.net mvc