Top "Datasource" questions

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

Spring boot + hikari - dataSource or dataSourceClassName or jdbcUrl is required issue

I get the following error trying to start my Spring application ERROR 5908 --- [ main] com.zaxxer.hikari.HikariConfig : HikariPool-1 - …

java spring spring-boot datasource hikaricp
Instantiating a JdbcTemplate from a java.sql.Connection

I want to obtain a JdbcTemplate in my Java code. I've already got a working java.sql.Connection. To create …

java spring connection datasource jdbctemplate
Spring Boot Unable to determine jdbc url from datasource

I'm building an application using spring boot and need to connect to Oracle DB via service, not sid. These are …

java database spring-boot datasource application.properties
Separating Data Source to another class in Swift

I'm trying to keep my view controllers clean as described in this article objc.io Issue #1 Lighter View Controllers. I …

ios objective-c uitableview swift datasource
How to Test DataSource connection in JBoss EAP 6.2 Managed Domain

I am trying to port an application from WebLogic to JBoss EAP 6.2. When running the standalone server in JBoss, in …

datasource jboss-eap-6
Cached connection manager in jboss/wildfly

I have defined a datasource for JBoss AS 7.4, with min/max pool sizes, tracing of idle connections etc. I am …

jakarta-ee jboss jboss7.x datasource wildfly
MySQL connection validity test in datasource : SELECT 1 or something better?

I'm setting up a failover cluster on MySQL, in a master/slave architecture. I'm also configuring my JBoss Datasource, and …

mysql jdbc orm database-connection datasource
Kendo Grid - How to stop or prevent Databound event

I have Kendo grid as empty. Then I add one row, entering values and call saveRow() method. This will call …

kendo-ui grid datasource databound
Visual Studio won't update properties of my Data Source

I am using my class "Invoice" as a Data Source. But after adding more properties to it, Visual Studio refuses …

c# visual-studio visual-studio-2010 datasource objectdatasource
ASP.NET DataSource Control "does not have a naming container" exception

I've been getting this exception in my code and wondered if anyone could help me out. I have a Repeater …

asp.net data-binding datasource exception naming-containers