Page 1 of 1

Request: Compact Framework SQL .sdf based example

Posted: Tue Mar 30, 2010 6:08 pm
by 16055465
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?

Re: Request: Compact Framework SQL .sdf based example

Posted: Thu Apr 01, 2010 2:52 pm
by narcis
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!