Datasource is a name given to the connection set up to a database from a server. The name is commonly used when creating a query to the database. The database source name (DSN) does not have to be the same as the filename for the database.

learn more… | top users | synonyms (1)

0
votes
0answers
17 views

Grails Tests loading fixture data multiple times when using named datasource

I'm working on a Grails plugin with it's own domain class. My integration tests worked fine until I started using a named data source. Now, when I run my tests the fixture data gets duplicated in ...
-1
votes
0answers
21 views

bind data into a kendoAutoComplete [closed]

need help about a kendo autocomplete binding from a webservice, with json data... i tried the following code, but it do not works, aspx page: <input class='k-textbox' id='comune_w' /> ...
0
votes
1answer
23 views

Form property databinding

I have a problem about binding a form property to a datasource. The solution is given here(Please see): Radio Buttons And Databinding in vb.net The problem is, I do not know how to follow the ...
1
vote
2answers
30 views

C# DataBound DataGridView with extra column - changes in this column are lost upon sort?

I use a DataGridView which is data-bound over a binding source. Additionally I create one CheckBoxCol on the very left for the user. Checking boxes in there and then re-sorting makes all checks ...
6
votes
3answers
58 views

Why does setting ComboBox.SelectedValue to null cause a ArgumentNullException?

Why does setting the SelectedValue of a ComboBox to null cause an ArgumentNullException? The Exception only occurs if the ComboBox is actually part of a Form. I can set SelectedValue to all kinds of ...
0
votes
0answers
25 views

JPA entity manager from Datasource during runtime

I'm wondering if there is possibility to create EntityManager from defined datasource in AS during runtime via JNDI lookup. Imagine that administrator configures a new datasource within the AS (TomEE, ...
0
votes
2answers
44 views

OutOfMemoryException Binding ObjectDataSource to GridView

I'm trying to use a GridView to show a table pulled from a SQL Server. It is a log of events. I've placed the GridView control on my page along with an ObjectDataSource control. I've configured the : ...
1
vote
1answer
30 views

Why does the KendoUI Grid not rollback a delete when the options.error function is called?

I have put a fiddle here that demonstrates the issue. http://jsfiddle.net/codeowl/fmzay/1/ Just delete a record, and it should rollback the delete as I am calling options.error from inside the ...
0
votes
0answers
8 views

Connect to Unidata from SharePoint

We have a SharePoint Foundation 2010 installed. I'm using SharePoint Designer 2010 and trying to make a data connection to our Unidata manufacturing system. I have downloaded the U2 Toolkit for ...
0
votes
1answer
33 views

Why is the KendoUI DataSource change event not raised after data a dataitem is modified?

I have put together a jsFiddle that demonstrates the change event not being fired when a data item is modified. Go to the fiddle and you will see a Grid and some links under the grid. Click on each ...
0
votes
0answers
25 views

use an xml file as a datasource

How can I use an xml file as a datasource for my database. I user the code below, but it always throws NullPointerExeception. try { dataSource = (DataSource) new ...
0
votes
2answers
16 views

Not able to bind gridview in vb.net in desktop application

I have a gridview in which I am assigning the dataset as datasource in my program. My Form_Load() event is: Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...
0
votes
0answers
64 views

Kendo grid read not sending request

I am using kendo grid with the followng configuration var itemcodedataSource = new kendo.data.DataSource({ dataType: "json", transport: { read: ...
0
votes
2answers
77 views

Import Headerless CSV into Data Grid View using first row as header

I have the following code which pulls the data from a CSV file specified by the user. The CSV file is without any headers and has four columns of data. I'm trying to import this data into the ...
0
votes
1answer
52 views

spring jndi datasource setup

Hi i am trying to use jndi data source. below is the code context.xml <Context antiJARLocking="true" path="/SpringMVCTest"> <Resource auth="Container" ...
0
votes
0answers
36 views

weblogic & websphere DataSource configuration

My application has to deploy and run on WebLogic and WebSphere. In CDI bean I use @Resource annotation to inject DataSource. @Resource(name = "dataSources/example", mappedName = ...
0
votes
1answer
22 views

Refreshing KendoUI Grid - pager broken

I have created a simple Kendo UI grid with paging. Now I want to refresh my grid with some new data. Im using the setDatasource to attach the new data to the grid and then refresh to refresh the grid. ...
0
votes
0answers
37 views

BIRT Joint Data Set fails when using Data Source referencing a variable

I have two data sources, a jdbc:mysql based source & a xml based source. The xml data source uses a beforeOpen script to reset the url using this.setExtensionProperty("FILELIST", ...
1
vote
1answer
45 views

Registering MySQL DataSource with JNDI for Hibernate

I have hibernate which connect to database via JNDI datasource. My purpose: registry DataSource with JNDI to test DAO layer. Example Hibernate config <hibernate-configuration> ...
2
votes
1answer
33 views

Configure JDBC driver in JBoss 7 - as a deployment OR as a module?

As mentioned in the article https://community.jboss.org/wiki/DataSourceConfigurationInAS7 JBoss 7 provides 2 main ways to configure a data source. What is the BEST practice of configuring a data ...
0
votes
0answers
51 views

spring example with wrong datasource configuration

I try to run the example project of jboss-springmvc-webapp, but I fail to configure the data source. the error is: JBAS014775: New missing/unsatisfied dependencies: service ...
0
votes
1answer
22 views

Cannot acquire data source error in JBOSS 5.1.0 GA using EclipseLink

i had deployed successfully my project into JBOSS 5.1 GA using eclipselink with jpa 1.0. But when i am trying to access the database the below error is showing.. 19:40:40,206 INFO [STDOUT] [EL ...
0
votes
0answers
29 views

Devexpress aspxgridview with wcf datasource and paging on the database server.

I have an AspxGridView. I use WCF services to retrieve data from the database server. I currently use ObjectDataSource and the bad thing about is that it retrieves the whole result set even though ...
0
votes
1answer
18 views

Is there a faster way to switch a MediaPlayer's datasource?

I am new to Android development, so I am reaching out to see if there is a more efficient, or faster way to switch a MediaPlayer datasource with an onTouch method. I'm trying to create a instrument ...
0
votes
0answers
36 views

ASP.net How to use a sql parameter for a datasource

I'm trying to load some specific information on a page depending on what logged in user loads the page. I did my best googling my problem but I couldn't find the solution. <asp:SqlDataSource ...
0
votes
0answers
22 views

How to configure custome property - “Container-managed authentication alias” of Data Source in WAS Admin via Python scripts

I want to configure "Container-managed authentication alias" custome property of Data source inside my WAS admin console by executing WAS scripts. This is my script: ds = ...
0
votes
0answers
17 views

SSRS C# mapping RDL throws the error

I am mapping the Reports(RDL) with data sources through C#. I am getting the Below error The path of the item '' is not valid. The full path must be less than 260 characters long; other restrictions ...
0
votes
0answers
18 views

How to create a custom data source on jboss?

We are migrating from an existing server to jboss (7.1.1.Final) and we have to use the current datasource (developed in-house). This is needed to make the existing code work which relies on that ...
1
vote
2answers
59 views

Get a DataSource/Connection from C3P0 connection pool

I am using a library where I need to get a data source and feed it into it. is there anyway I can get a connection from a connection pool? I am using Hibernate 4 with C3p0 connection pool. here is ...
0
votes
0answers
15 views

System.ComponentModel.DataObjectMethodType can't find methods in business class

In Visual Studio I am trying to setup a Datasource. I choose my Business class, but for some reason the Update, Delete, Insert methods aren't showing up. This is using the design view DataSource ...
0
votes
0answers
22 views

Getting Hibernate Datasource

I am currently creating a web application and integrating it with mahout. I am using Hibernate 4 as my ORM tool. is there by any chance I can get a DataSource object from Hibernate Session? if so how? ...
0
votes
0answers
94 views

SQL state [null]; error code [0]; DSRA9110E: Connection is closed

The below query runs fine in one environment but gives following error in another environment: SQL state [null]; error code [0]; DSRA9110E: Connection is closed. Nested exception is ...
1
vote
0answers
79 views

Set up H2 embedded datasource in spring application context

I have dataSource set up with MySQL for deployment but I want to set up a test environment with H2 database. My application context configuration with MySQL dataSource is @Bean public ...
0
votes
1answer
55 views

How do I show two (or more) values from XML file in a listbox?

I am trying to show more than one value from a XML file in my listbox. I manage to show one column, but can´t seem to show two. Here is my code : private void oppdatereListe() { if ...
0
votes
1answer
51 views

Kendo Mobile - combining group and server side paging functionality to listview

I have a datasource that contains specific records for certain months. It's connected to a listview. Is it possible to combine endless scrolling, server paging, and grouping to display records by ...
0
votes
1answer
37 views

ASP.NET Databind combobox

After inserting a new object i want to see that object in a combobox. I do this by setting the datasource again and rebinding the combobox. In debug-mode I see the new object in the datasource, but ...
1
vote
3answers
47 views

Binding ComboBox to 2 DataSource: Table & Enum

I have the next Enum: public enum DoneStatus { empty=0, succeed, failed }; and the table StatusTbl with the column MyStatus which contain 0 / 1 / 2. How can I display this information ...
0
votes
1answer
48 views

Java Datasource, how to dispose it

I'm working on a webapp where i manually create my DataSource. (also see my other question why: How to use Spring to manage connection to multiple databases) because I need to connect to other ...
0
votes
1answer
29 views

core plot datasource - issue

I have a question for optimize a core plot graph, if I want to plot the function y=8*sin(x) I use a parse and I get the value of a range (for example -5,+5), after calculate it I plot the graph. If I ...
0
votes
1answer
22 views

Client-side DataSource in place of DriverManager

In Java, I use DriverManager for client side code and Connection pooled DataSource for server side code. Is this the standard way to do it or is it possible to use a separate DataSource on the client ...
0
votes
1answer
22 views

How can I access salesforce as a remote data source?

How can I access salesforce as a remote data source? I want to write an Azure service that processes information held in a salesforce org.
0
votes
0answers
24 views

Crystal Reports: How Do I Pass a Populated Object To A Report?

Using the Database Expert I created a New Connection under "ADO.NET (XML)" and spelled out my namespace and class name to my business layer object. This allowed me to access my object in another ...
0
votes
1answer
70 views

Kendo TreeView with Hierarchial Data Source using ServerSide Wrappers

How can I create a HierarchialDataSource using MVC ServerSide wrappers and use it as the DataSource for a TreeView? I have created a hierarchical structure that is returned from the controller as ...
0
votes
1answer
40 views

Grails errors switching to second DB with TNS string as Datasource

I use a TNS string as url of my Grails Datasource, with two oracle DBs (ora01, ora02). It connects to the db service ok during normal operation. Here is the config: dbString = ...
0
votes
1answer
54 views

Asynchronous multiple query from different datasources or databases

I'm having trouble to find appropriate solution for that: I have several databases with the same structure but with different data. And when my web app execute a query, it must separate this query ...
0
votes
2answers
78 views

JBoss 7.1 Deployment Error using HSQL 2.2.9 as Datasource

Since a few Hours I am trying to find some bug I produced on my Java EE-Program. It uses an HSQLDB Datasource. When the Server (JBoss 7.1.1 final) starts, the Database can be found and all needed ...
0
votes
0answers
18 views

Multiple datsources for an enterprise application

We have a DB intensive enterprise application with multiple WAR modules packages as part of the single EAR application. Off-late we are running into many connection problems with requests timing out ...
0
votes
1answer
53 views

JBoss - Could not dereference object

I have created GWT project with jetty and I use JNDI for datasource. When I run GWT app everything works fine, but when I copy .war file to JBoss and I run it, have error. JBoss version - 4.2.3.GA ...
0
votes
0answers
127 views

Jasper Reports Fill Parameters in SQL Query

I have a web application which generates reports based off an SQL query. These SQL queries have Jasper Report parameters (i.e. $P{Param}). In my Java code, I'm using PreparedStatement to execute ...
1
vote
2answers
87 views

Combobox binded to a list. Adding new item to the list does not affect combobox

There is following code: public partial class Form1 : Form { private List<string> names = new List<string> { "aa", "bb", "cc" }; public Form1() { ...

1 2 3 4 5 31