What data sources are supported?


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:

  • Firebird
  • many more.

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.


Posted Friday, December 31, 2004 by Support
https://dotnetcharting.com/kb/KnowledgebaseArticle10731.aspx