How do we invoke queries from the application?

Answers were Sorted based on User's Feedback



How do we invoke queries from the application?..

Answer / neha

In invoke queries by using sqlcommand object
present in system.data.sqlclient

Is This Answer Correct ?    4 Yes 0 No

How do we invoke queries from the application?..

Answer / 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

How do we invoke queries from the application?..

Answer / krishna prasad

using system.sqlclient or which ever classes you like
by using these classes one can connect to the databases
and invoke or execute queries

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between typeof() vs gettype()?

0 Answers  


List of words of preprocessor in .net?

0 Answers  


what is DLL Hell and how it is solved in .NET?

24 Answers   icegen, next, -uk, NIIT,


Why do we need Web Services?

1 Answers   Mind Tree,


why many web.config files are used in are project

2 Answers  






How many no of classes in .net

4 Answers  


what is strong name?

4 Answers   Fidelity, Infosys, Microsoft, Shriram Value Services,


what is COM Object in Dot net?

6 Answers   CTS,


What is the difference between session and application?

0 Answers  


how to retrieve property settings from xml .config file.

0 Answers  


Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?

0 Answers  


What is meant by role based security? when we use this one

2 Answers  


Categories