Top "Datasource" questions

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

My UITableView won't scroll down through the end of the data! Why?

Ok I don't know why this isn't working, but I have hooked up a tableView, with 19 items of text I'd …

iphone ipad uitableview scroll datasource
Spring datasource configuration for localhost, development, and production

I'm trying to figure out how my Spring app can determine where it is deployed and load the appropriate datasource. …

java spring configuration datasource
ASP.NET - What is the difference of DataSourceID and DataSource?

What is the difference of DataSourceID and DataSource from the controls' attribute? Can I use them interchangeably? When I try …

asp.net datasource
C# Query using Npgsql for Postgresql shows duplicate results and missing table data

I am checking out PostgreSQL as potential substitute to SQLServer, I created a test table in a test database in …

c# database postgresql datasource npgsql
How to add oracle data source in ssrs

I've installed SQL Server 2012, after I've installed all features including report services. I go to Report Manager link and wanted …

reporting-services sql-server-2012 datasource sql-server-2012-express reportmanager
c#: how to set combobox valuemember from linq query

ok so i have combobox whos datasource are the results of a linq query //load QA names var qaNames = from …

c# linq datasource valuemember
Database connections not closed after idle-timeout in wildfly Datasource

I have an application running under wildfly 8.1 The database connections used in the applications are taken from a Datasource defined …

java datasource wildfly wildfly-8
Open Word document from command line with additional data source parameter

It is possible to open a word document from the command line using this: rundll32 url.dll,FileProtocolHandler path.to.…

windows command-line ms-word datasource rundll32
How to make MySQL work on grails 2.0

Grails 2.0 seems to have some changes to DataSource.groovy and I don't seem to be able to get mysql running …

mysql grails datasource gorm grails-2.0
Get the hostname from a DataSource class

Is there a way to get the hostname from the DataSource class in java? I mean, I have a DataSource …

java database-connection datasource hostname