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
10 views

kendoui strange behaviour in loading json data

I'm trying to work with kendoui grid and I've got this strange behaviour in loading data: 1) Before all the source code I'm using: <html> <head> <title>VIC</title> ...
-1
votes
0answers
8 views

Does anyone have a C# example of using an UltraDataSource as the DataSource to a UltraComboEditor please

Does anyone have a C# example of using an UltraDataSource as the DataSource to a UltraComboEditor please. I can get so far but it doesn't seem to bind.
0
votes
0answers
13 views

Create DataSource using JBoss 7 JNDI and Spring

I am first time making a webapp for Jboss server. For JBoss we have the jndi details, but I am wondering how to create the Datasource using it in spring application context. If anyone has an example ...
0
votes
0answers
12 views

mysql and VB connecting to a database

Can someone tell me if I understand these correctly? Data Binding/Binding Source Data Set Table Adapters This is my understanding: data binding is linking the program to an outside data source. ...
0
votes
1answer
13 views

how to save an entire object in a variable on a kendo autocomplete selection

i need help about a kendo autocomplete widget... Maybe this is a stupid question, but i just can't reach the solution!!! My kendoAutoComplete widget, gets data from a c# webservice: ...
0
votes
0answers
51 views

Copy specific column from 1 datagridview and automatically load it in another

I am creating a PC VB.Net application to program an EEPROM on an alarm system I am building. I have 2 datagridviews being filled from different tables in an Access Database. For this example, they're ...
0
votes
1answer
20 views

JBOSS doesn't find datasource

I'm developing a webapp with EJB3, Hibernate, JSF and JBOSS, but I'm not able to start JBOSS, as it keeps on throwing this error: 16:03:55,888 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA ...
0
votes
2answers
34 views

Design patterns for data source independent model?

Say I want to build an application in which models could have different data sources (like MySQL, some API, XML, etc). What would be the most common approache(s) in order to implement something like ...
0
votes
1answer
23 views

how initalize a kendo autocomplete widget at the document.ready() function

I have a problem with a kendo autocomplete widget. My autocomplete widget, gets data from a webservice c#, and it works fine. But i see that the widget gets the data from the webservice when i type ...
0
votes
0answers
27 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
22 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
26 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
38 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
68 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
27 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
48 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
37 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
9 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
55 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
26 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
82 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
83 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
70 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
37 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
24 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
39 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
55 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
38 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
61 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
25 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
30 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
20 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
40 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
24 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
22 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
20 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
68 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
25 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
107 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
82 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
56 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
57 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
39 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
52 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
51 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
31 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.

1 2 3 4 5 32