What is difference between import system.data.sqlclient,system.data.oledb?



What is difference between import system.data.sqlclient,system.data.oledb?..

Answer / Arti Singh Bist

{"
+ "'sqlclient': 'A managed provider for ADO.NET that communicates with SQL Server using TDS (Tabular Data Stream).',"
+ "'oledb': '"Object Linking and Embedding Database" is a data access technology in .NET that can be used to connect to a variety of database servers, including OLE DB providers for SQL Server, Oracle, and others.'
+ "}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

source code for how to login a vb.net application ?

1 Answers   MCN Solutions,


List the types of authentication?

1 Answers  


What is the difference between import system.data.sqlclient and system.data.oledb?

1 Answers  


Explain about Visual basic.NET culture?

1 Answers  


Can you please explain the difference between authentication and authorization?

1 Answers  


What is the use of errorprovider control?

1 Answers  


What does VS.NET contains ?

3 Answers   Infosys,


what is difference between web.config and machine.config and where it will be ?

1 Answers  


Name the class which allows an element to be accessed using unique key?

1 Answers  


Explain how the .net framework performs automatic memory management.

1 Answers  


What is the Difference between Overriding and overloading?

31 Answers   Subex, TCS,


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


Categories