It would be helpful if Steema created a "Compact Framework" example where data was pulled
from an existing SQL database (.sdf file) and created a graph. The example should use
the .DataSource field, DataTable, DataSet, BindingSource and the .CheckDataSource() method.
Most examples of retrieval of data from SQL tables use ASP or remote databases. The
example would be most helpful if it used a local device based SQL database.
The nice thing about an example like this is that it would not require
Microsoft SQL Server software to be installed.
Can such an example be created?
Request: Compact Framework SQL .sdf based example
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Request: Compact Framework SQL .sdf based example
Hi chucks,
You can use BindingSource as I described here. It may also be helpful following tutorial 8 on how to programmatically link TeeChart series and datasets. Both information sources already show how can you use methods you mentioned in TeeChart.
Hope this helps!
You can use BindingSource as I described here. It may also be helpful following tutorial 8 on how to programmatically link TeeChart series and datasets. Both information sources already show how can you use methods you mentioned in TeeChart.
Hope this helps!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |