Top "Datasource" questions

Datasource is a name given to the connection set up to a database from a server.

attempt to insert nil object from objects[0]?

In my application I have a UITableView and some buttons that the user can click to sort the array to …

ios arrays uitableview null datasource
How can I bind a DataSource to an InitialContext for JUnit testing?

I'm trying to run JUnit tests on database "worker" classes that do a jndi lookup on an InitialContext to get …

java jdbc junit glassfish datasource
tomcat7 - jdbc datasource - This is very likely to create a memory leak

I get the following messages in catalina.out log file when tomcat is shutdown. I am using Tomcat 7.x and …

mysql spring memory-leaks tomcat7 datasource
Sending an email with an attachment using javamail API

I am trying to send an email with an attachment file in Java. When I send the email without an …

java email datasource jakarta-mail transport
How to Setup an Oracle JDBC Data Source on WebSphere Application Server 7 Step-by-Step

How do you setup an Oracle JDBC data source on WebSphere Application Server 7 using Admin Console?

jdbc websphere datasource
jboss wildfly datasource connection failing - No managed connections available within configured blocking timeout

I have a jboss wildfly server connected to a mysql database via a datasource configured on the app server. It …

java mysql database-connection datasource wildfly-8
Database or List of English First and Last Names

I've come across a few smaller lists/sets of names but I was wondering if there is a free data …

resources datasource
Programmatically setting grid sort

Is it possible to programmatically set the sort parameter of a KendoUI DataSource before reading data and avoiding a second …

sorting datasource kendo-ui
How to Export/Import a Data Source from DataGrip?

I can't seem to figure out how to export a data source configuration in DataGrip (currently on 2016.2 EAP). I would …

datasource datagrip
Kendo ui datasource refresh?

I have used kendo grids and charts fine and refreshed them with the following example code: $("#Product").data("kendoGrid").dataSource.…

kendo-ui datasource