QUESTION
What data sources are supported?
ANSWER
There are a number of sources .netCHARTING supports natively. They are:
- Access (mdb)
- MSSQL
- MSSQL with stored procedures
- Oracle (.net 2.0 Versions only)
- MySql (.net 2.0 Versions only)
- ODBC (.net 2.0 Versions only)
- Excel files
- XML files
This however does not limit use of other data sources. To use other sources such as:
Use ADO.NET or other providers to get a data set or data table and use it as the data source. The list of objects you can use as data sourcesĀ are shown here:
- ArrayList
- DataSet
- DataTable
- DataView
- Object Collection
- HashTable
- String (xml file name)
For more information please see this help topic.