Top "Datasource" questions

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

VB.NET: Clear DataGridView

I've tried - DataGridView1.DataSource=Nothing and DataGridView1.DataSource=Nothing DataGridView1.Refresh() and DataGridView1.RefreshEdit() None of them works.. I've …

vb.net datagridview datasource datagridviewrow
How to use JNDI DataSource provided by Tomcat in Spring?

It is said that in the Spring javadoc article about DriverManagerDataSource class, that this class is very simple and that …

java spring tomcat datasource jndi
Spring Boot Configure and Use Two DataSources

How can I configure and use two data sources? For example here is what I have for the first data …

java spring spring-boot spring-mvc datasource
ERROR : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

While connecting .net to sybase server I got this error message: [Microsoft][ODBC Driver Manager] Data source name not found …

.net visual-studio-2005 odbc datasource
Configure DataSource programmatically in Spring Boot

With Spring Boot I can instantiate a JdbcTemplate with the following: Code: @Autowired private JdbcTemplate jdbcTemplate; Properties: spring.datasource.url=…

java spring datasource spring-boot credential-providers
How to connect to a MySQL Data Source in Visual Studio

I use the MySQL Connector/Net to connect to my database by referencing the assembly (MySql.Data.dll) and passing …

mysql visual-studio-2010 datasource mysql-connector
Using a list as a data source for DataGridView

I've extracted the setting names and their respective values out of a configuration file into an ordered dictionary. The dictionary …

c# datagridview datasource icollection ordereddictionary
Unable to find the requested .Net Framework Data Provider in Visual Studio 2010 Professional

Why am I getting "Unable to find the requested .Net Framework Data Provider" when trying to setup a new datasource …

asp.net .net visual-studio-2010 ado.net datasource
Binding Combobox Using Dictionary as the Datasource

I'm using .NET 2.0 and I'm trying to bind a combobox's Datasource to a sorted dictionary. So the error I'm getting …

c# .net winforms combobox datasource
c# dictionary one key many values

I want to create a data store to allow me to store some data. The first idea was to create …

c# .net dictionary datasource