What is a database provider?
Answers were Sorted based on User's Feedback
Answer / sireesha
MySQLDirect .NET is data provider to direct access to MySQL
database server for
the Microsoft .NET Framework and .NET Compact Framework. It
is completely based
on ActiveX Data Objects for the .NET Framework (ADO.NET)
technology. ADO.NET provides
a rich set of components for creating distributed, data-
sharing applications. It
is an integral part of the .NET Framework, providing access
to relational data,
XML, and application data.
MySQLDirect .NET data provider can be used in the same way
as the SQL Server .NET
or the OLE DB .NET Data Provider. Data provider can access
MySQL server either using
native MySQL network protocol directly or through MySQL
client library. It allows
to create lightweight and fast applications working with
MySQL.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swapnali
Database Provider is nothing but a Provider that provides
Database.
Is This Answer Correct ? | 1 Yes | 3 No |
Explain executenonquery?
What is difference between datagridview and datagrid control in winforms?
What is the difference between oledbreader and datasetwhile connecting?
Explain the difference between data reader and data adapter?
What is two way data binding android?
What are the different methods available under the sqlcommand class to access the data?
What is a sqldataadapter?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What are the advantages using ado.net?
can u tell me the why ADO does not support xml..
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?