Difference between import System
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
Expert
System.Data.OleDB includes the objects which we use to connect to the data source through an OleDB provider, like OleDbConnection and OleDBCOmmand. System.Data.SqlClient includes objects which we use to connect to the data source through Tabular data stream interface given by Microsoft Sql Server. This can be usually employed to give better performance as it eliminates some of the intermediate layers needed by the OleDB provider.
Explain DataReader object?
Briefly describe login controls?
Write down some of the features which are present in the VB 2005?
State the difference between System.StringBuilder and System.String classes?
State the purpose of DataView?
Why Windows Installer is used?
Define the term TrackBar control.
State the difference between a ContextMenuStrip control and a MenuStrip control?
What is meant by the term Assembly?
18,76,764
1960328 Asked
3,689
Active Tutors
1428664
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!