How to use SDAC with TeeChart ?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nileiqi
Posts: 12
Joined: Tue 05 Feb 2008 22:57

How to use SDAC with TeeChart ?

Post by nileiqi » Tue 05 Feb 2008 23:05

Hi,

Can anyone give some idea how to connect MS SQL server to TeeChart ?

My case should be quite straigfowrd, read from SQL server database and put them in TeeChart chart form. See below:

MS SQL server database ->SDAC->TeeChart

How SDAC can help ?

Thanks

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 06 Feb 2008 11:58

You should find in help of TeeChart components how do they work with usual DataSets. SDAC components such as TMSQuery, TMSTable, TMSStoredProc are descendants of TDataSet, so TeeChart components can work with them like with other DataSets.

Post Reply