The dataprovider tag has no wiki summary.
0
votes
0answers
25 views
How to register custom data provider in C#
We have Middle tier that provide data. We are trying to write a custom data provider. I have overriden the intefaces of SYstem.Data namespace like IDbCommand, IdbConnection and generated dlls.
We ...
3
votes
1answer
39 views
Yii dataProvider the data order given by an array
I've searched a lot about that and didn't got the answer so far. Here's the problem:
I'm creating CDbCriteria object to get proper data:
$criteria = new CDbCriteria;
...
2
votes
0answers
32 views
How to re-render a specific node in gwt cell tree
I am implementing a directory structure like Windows Explorer. I want to re-render a specific node of tree after any folder operations is done such as add folder, remove folder... etc
private ...
1
vote
1answer
34 views
TestNG @Dataprovider
I have a following requirement which i have done using java with out TestNG but added the @Test Annotation to run the class.
1. Find the class which are all annotated with @controller in class path
...
0
votes
0answers
39 views
pass more than ten parameters using testng datapovider
I need to pass more then 10 parameters to a testNG dataprovider, and the code look some what like this ...
@Test (dataProvider = "Dataprovider1")
public void testScenario1(
...
0
votes
1answer
60 views
AS3 selecting a Combo Box inside a Movie Clip
I am not sure if there is a better way to do this, and if there is please let me know. But right now, I have a list of combo boxes with names in them.
The combo boxes are stu1, stu2, stu3, ect all ...
0
votes
1answer
144 views
Button column on CGridView with CSqlDataProvider as provider?
I'm using CSqlDataProvider to provide data for CGridView. It all runs fine until I want to add CButtonColumn column. It resultsl in error:
Trying to get property of non-object
and in the stack ...
1
vote
1answer
47 views
Flex tilelist itemrender instance not match the dataprovider length
I use the custom itemrenderer for my Tilelist control. When I run my application. I found that the customitemrenderer's instance count was not equal to the dataprovider listItem count. There are only ...
0
votes
0answers
20 views
Using Object Data Provider for Entity Data Model
I am new to "Entity Framework" in .Net and what I am trying to do is to build a Data Model in my .Net application using it.
My application is a N-Tier application. One tier is the database that holds ...
0
votes
1answer
254 views
How to access Microsoft Access 2013 database from delphi XE2?
I'm wondering how to connect to MS Access 2013 database from Delphi XE 2? I usually use "Provider=Microsoft.ACE.OLEDB.12.0" for MS Access 2010 but it's not working anymore with 2013? any idea ??
0
votes
1answer
89 views
Displaying related table column name in listview
I have a simple database with 2 tables: tbl_code and tbl_user
**tbl_code**
id(PK)
accesscode
createdby(FK references tbl_user.id)
accesstime
**tbl_user**
id (PK)
username
password
I am trying to ...
0
votes
1answer
101 views
Is there a maximum length for a query text in OracleCommand.CommandText?
I am querying a Oracle Database (version 9 or 10) from C# using the OracleCommand class.
String query = GetQuery(); //may produce quite lenghty queries...
OracleCommand command = ...
0
votes
1answer
41 views
Check if an item exists in dataprovider
Good afternoon.
I need to check if the item already exists before add in an dataprovider. But the indexOf method always return -1 wheen i try to do this check in my array. Anyone who can help me? ...
0
votes
2answers
61 views
How to handle a change in a custom GridItemRenderer
I'm using a DataGrid in one of my project, with a custom ItemRenderer for one of the column to represent a boolean value as a CheckBox
<s:DataGrid id="clients" resizableColumns="false">
...
0
votes
1answer
84 views
Use column alias in dataProvider
In my model I have a relation() like this.
'notRelUser' => array(
self::HAS_MANY,
'LocationUser',
'location_id',
'condition' => ...
3
votes
1answer
39 views
Testing Included or Local Files in PHPUnit
I have a simple method inside of a class that does the following
class ToBeTested
{
public function getLocalSettings()
{
require_once 'local.php';
return ...
0
votes
1answer
40 views
Accessing Dataprovider arraycollection
How to access dataprovider arraycollection from custom ItemRenderer class related to that DataProvider?
0
votes
1answer
57 views
Accessing dataprovider from updateDisplayList
How can I access dataProvider of datagrid inside the updateDisplayList method of itemRenderer?
I tried following code.I am getting null reference error which seems logical too. As we are just taking ...
1
vote
2answers
162 views
GWT CellTable Data Not Displaying
I have the following code in my modules onModuleLoad() method:
List<MyPromo> promotionData = new ArrayList<MyPromo>();
MyPromo promotion1 = new MyPromo(...);
...
0
votes
1answer
199 views
Clistview in yii Undefined variable dataProvider
I need a list view in my index.php. This is does not have any model so I used CSqlDataProvider for declaring the data provider and rendering it to the index from the controller. Here is my controller ...
0
votes
0answers
38 views
Getting all but one property of an object (LINQ, c#)
I'm working on updating a program which allows the user to import, sumbit and view bills. The problem with the program is that it is running quite slow, and the reason why is that when viewing bills, ...
1
vote
0answers
866 views
OleDB Data provider can not be found VBA/Excel
I am almost not familiar with VBA (have had some courses back at school and that's it). Now I need to connect to Oracle database (which is running on remote server) from Excel file. I've goggled ...
0
votes
1answer
75 views
Flash DataGrid DataProvider Manipulation
Posting for a colleague. Please don't up-vote or down-vote.
This is all inside the same MXML file.
public function toggleMonitor(part:Object):void {
if(part.active == 0)
part.active = ...
0
votes
0answers
604 views
How to Iteratethrough excel sheet using testNG dataprovider for multiple sets of data?
I have been working with TestNg for a while but I have a new req that I cant seem to figure out.
I have an excel file(sample.xls), sheet name=Dataset that has the following:
testdata1 ex1 ex2 ...
2
votes
1answer
106 views
Why CListView dataProvider fails to manage the data received from Sphinx?
I use Sphinx to generate a list of needed ID's. On this list of ID's I apply filters using the Sphinx language and then I create and return a new CActiveDataProvider using the Search Model method;
...
0
votes
0answers
57 views
Add new data provider?
I am trying to add a new connection from visual studio 2008 to a SQL server compact edition 3.5 (local database). According to walkthroughs and tutorials I have found, one is supposedly able to select ...
3
votes
1answer
81 views
Is there a factory method in ADO.NET to get the parameter flag?
I am using ADO.NET interfaces to create a database independent program. The factory takes in a provider name and returns vendor specific objects which implement the ADO interface. This is great.
But ...
1
vote
1answer
1k views
“Unable to find the requested .Net Framework Data Provider. It may not be installed.”
I know that there have been a lot of other postings on this error but none have been able to shed any light or help on my issue. I am using a straight up connection to SqlExpress, so no special Oracle ...
0
votes
1answer
864 views
DataProvider in TestNG to pass data from excel
I started learning Selenium2 (WebDriver) with Eclipse and TestNG. I have a question about DataProvider. I have a login page having user, password and login button for example. I have written a test ...
1
vote
1answer
425 views
yii cgridview Property “CActiveDataProvider.abc” is not defined
In my controller:
$model = new Sheets();
$criteria = new CDbCriteria;
$criteria->compare('id', $model->id);
$criteria->compare('track_name', ...
0
votes
1answer
157 views
CGridView show data from dataProvider
I have a data provider which generates content like:
array(
[0] => ParentObjects array(
Child1Object array(...),
Child2Object array(...),
)
)
The first level of this ...
1
vote
2answers
896 views
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 (or $model->friends in view) gives me an array of User objects. I wanted to display the ...
0
votes
2answers
274 views
Flex Dropdownlist dataprovider reset on refresh
I have couple of dropdownlist controls, that shares the same dataprovider(same reference).
I had overridden the set dataprovider method for a sort function.(code below). The issue is that, when I set ...
1
vote
0answers
198 views
Visual Studio Entity Framework Designer: Update model from database broken by custom provider
We have decorated the default Entity Framework provider to support custom ExpressionsVisitors. So far everything works out the way we intend it to be.
After adding the custom provider entry into the ...
1
vote
0answers
125 views
Is it possible to create OLE DB Provider for a running programma
At the moment I am researching a way to replace a old Report generator.
Because the company I work for is a Microsoft partner they hope to use the Report Builder 3.0.
The problem is we want it to ...
1
vote
1answer
274 views
selectedItem erased on dataProvider update in Flex
In flex, I'm using a component which displays a specific item (selectedItem field) from its dataProvider (ListCollectionView).
The elements of my dataProvider can be edited by different means. Each ...
0
votes
0answers
102 views
Draw a LineChart in Flex 3
I have a requirement to display a Linechart in Flex. I have a complex Data structure that need to be displayed on LineChart.
the Structure of Data is something like this:
[Bindable]private var ...
4
votes
1answer
3k views
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 configure Oracle.DataAccess.Client?
B. How to deploy and configure ...
0
votes
2answers
114 views
CDataProvider column length
I have grid
<?php $this->widget('bootstrap.widgets.TbGridView',array(
'id'=>'products-grid',
'htmlOptions'=>array('class'=>'grid-view table-striped',),
...
0
votes
2answers
235 views
Is there a way to dynamically load a data provider at runtime?
I don't want to modify my machine.config, but I want to use the Npgsql library as a data provider. I will deploy my application to multiple platforms (including mono) so I would really like the thing ...
0
votes
3answers
158 views
Flex - How to bind XML children attribute values to dataProvider property of a DropDownList?
Here is my sample XML for an XML document that consists of metadata about print templates:
<TemplateList>
<PaperSizeTemplates PaperSize="8.5x14">
<Template>Letter ANSI A ...
0
votes
0answers
231 views
How to fetch Web intelligence report tab metadata i.e. columns?
I want to fetch SAP BO4 Web intelligence Report Tab Columns information.
I tried fetching this information in Java using -
DataProviders dps = reportInstance.getDataProviders();
for (int ii = ...
2
votes
3answers
462 views
How Can I Prevent Recurring Automatic Connections to Oracle Database?
Background
We have a C#/VB.net client application consuming a WCF service which connects to an Oracle database. The web service connects to the database using the .NET framework's data provider for ...
0
votes
0answers
19 views
How to use 64 bit “Odbc Data Provider” from Buisness Inteligence Studio (BIDS)? [duplicate]
Possible Duplicate:
As BIDS 2008 is only 32 bit how can we develop for 64 bit?
I am trying to develop a pacakge to run on 64 bit Windows 7 Production Server. Here I wish to connect to a 64 ...
0
votes
1answer
446 views
Yii - sort dataprovider with more than one field
I am using DataProvider to show some data. The data is related to shows in the theater. I want to show the shows which are "On Season" first and then the shows that are not on season. And all the ...
0
votes
1answer
118 views
DataGrid not appropriate dataProvider value
I have an ArrayCollection filled with 'o' objects. This AC should be the dataProvider of a DataGrid. After setting the dp: dgMT.dataProvider=acDataGrid the DataGrid contains only the last item of the ...
2
votes
1answer
185 views
DataContext with MSAccess as Data Provider
I try use ms access as data provider but it give me exception.
static void Main(string[] args)
{
DataContext dx = new DataContext(@"Provider=Microsoft.ACE.OLEDB.12.0;Data ...
1
vote
1answer
513 views
“Failed to find or load the registered .Net Framework Data Provider” + IBM DB2 .NET Data Provider + Enterprise Library
I am getting this error on the UAT server after deploying an application. It works fine on other environments including DEV & QA servers.
UAT Server is windows 2008 R2 with SP2 64bit, .Net 4.0 ...
1
vote
1answer
179 views
Surface External Data From an SQL DB
I am trying to surface data from an external SQL database in Sitecore. Ideally the data will be represented as items in the Sitecore content tree.
The official Sitecore documentation for ...
0
votes
1answer
169 views
Manual test cases mapping with Selenium test cases
I have manual test cases written in Excel file with an unique Id associated with each test case.
I have test methods written for these test cases using Selenium Webdriver+TestNG.
I need help on ...



