Top "Dataprovider" questions

A property of the Flex DataGrid and AdvancedDataGrid used to specify a data source.

Unable to find the requested .Net Framework Data Provider. It may not be installed. - when following mvc3 asp.net tutorial

I am following the ASP.NET MVC 3 Music store application tutorial but I keep getting stuck in part 4: http://www.…

sql-server asp.net-mvc asp.net-mvc-3 dataprovider
Deploying and Configuring ODP.NET to work without installation with Entity Framework

How do you deploy and configure ODP.NET to work without installation with Entity Framework? A. How to deploy and …

oracle entity-framework app-config odp.net dataprovider
ASP.NET MVC 3 - Unable to find the requested .Net Framework Data Provider

Background-info: I'm using Microsoft Visual Web Developer 2010 Express. Info about my (lack of) experience: the problem occured within the first …

c# sql-server asp.net-mvc-3 visual-web-developer dataprovider
TestNG: More than one @DataProvider for one @Test

I'm using TestNG for Eclipse. Is it possible to give two data providers step by step to the same test-function? …

java testing automated-tests testng dataprovider
missing SQLite data provider in VS 2013

I'm using VS 2013 to develop Win 8.1 app. I chose to deal with SQLite but I coudn't find the data provider …

visual-studio sqlite dataprovider
Error 175: The specified data store provider cannot be found

I'm using VS2010 with the MySQL .NET Connector. My project that used to work started reporting: Error 175: The specified data …

.net mysql visual-studio-2010 entity-framework dataprovider
TestNG parallel Execution with DataProvider

I have a single test which receives data from data provider. I would like this test to run in parallel …

java multithreading testng dataprovider
VS 2015 SQLite data provider

I'm using VS 2015 and i want to develop Win Form application with .NET Framework 4.5 and SQLite. I have install the …

sqlite dataprovider visual-studio-2015
Problem with PHPUnit and Data Providers

I have the following test case: include_once('../Logger.php'); class LoggerTest extends PHPUnit_Framework_TestCase { public function providerLogger() { …

php unit-testing phpunit dataprovider
How to convert model data objects array to dataProvider

Suppose I have model User which have many to many relation to itself named as friends. so $user->friends (…

php model yii dataprovider