Top "Datasource" questions

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

Get a reference to currently active dataSource in Spring Boot

I want to implement db data init via DataSourceInitializer. I have these as methods just below my Spring Boot main …

java spring spring-boot datasource
Connection pool or data source? Which should I put in JNDI?

Does it make more sense to have to connection pool at the JNDI level or at the webapp level? For …

java tomcat datasource jndi connection-pooling
How to add PostgreSQL datasource to WildFly 9.0?

I've tried tutorial at mastertheboss.com: ./jboss-cli.sh module add --name=org.postgres --resources=/tmp/postgresql-9.3-1101.jdbc41.jar --dependencies=…

java postgresql jdbc datasource wildfly
MySQL Connector for Visual Studio 2012 Update 3

since I've installed mysql connector 6.7.4 and Update 3 for Visual Studio 2012 the MySQL Connector is gone away from the Connection Manager …

visual-studio-2012 datasource mysql-connector
How to use encrypted password in apache BasicDataSource?

At present i am keeping the password [ unencrypted ] in a property file. This password get placed as is in the …

java apache encryption ant datasource
Externalizing Grails Datasource configuration

Grails 1.x allows using external configuration files by setting the grails.config.locations directive. Is there a similar approach available …

configuration grails datasource external credentials
Change DataSource of SSRS Report with Powershell

I'm trying to ahange data sources of multiple SSRS Report with Powershell to one shared data source on my reporting …

powershell datasource reportingservices-2005
Multiple DataSources with Multiple Transaction Managers in Spring

I have three DataSource's (JDBC) defined in the Junit application context file. Two of them need to be transactionally managed; …

java spring transactions datasource
How to programmatically change databases in Spring with one DataSource?

I'm looking to see what's the best way to use one DataSources in Spring but be able to switch the …

java spring jdbc datasource
Add a Row After Setting DataSource to Datagridview

I had lots of questions related to datasource binding of datagrid. I had a DatagridView to which I am setting …

c# data-binding datagridview datasource currencymanager