returns a list of information about named data sources made available through DatabaseResourcesPath.
DataSources[name]
returns a list of information about data source name.
Details and Options
Examples
Basic Examples
See Also
Tech Notes
Related Guides
DatabaseLink`
DatabaseLink`
DataSources
returns a list of information about named data sources made available through DatabaseResourcesPath.
DataSources[name]
returns a list of information about data source name.
Details and Options
- To use DataSources, you first need to load DatabaseLink using Needs["DatabaseLink`"].
Examples
Basic Examples (2)
Needs["DatabaseLink`"]If you find that the examples in this section do not work as shown, you may need to install or restore the example database with the "DatabaseLink`DatabaseExamples`" package, as described in Using the Example Databases.
List details of available named data sources:
DataSources[]Needs["DatabaseLink`"]Get information about a named data source:
DataSources["demo"]