K
Kursat
Hi,
I am writing a Windows Forms application. The application should fullfill
these functionalities :
- Presenting data on GUI controls (Grids, TextBoxes, ComboBoxes, etc...)
- Filtering data depending on given criterias
- Manipulating data (insert, delete, update)
- Presenting related data on different GUI controls in master-detail manner
- Reporting data (on built in CrystalReportViewer)
I am using VS 2008 and SQLServer. It seems there is too many options for
working with data (Data adapters, DataViews, TypedDataSets...). What is the
best and most up to date method for working with data to implement above
functionalities?
Thanks in advance
I am writing a Windows Forms application. The application should fullfill
these functionalities :
- Presenting data on GUI controls (Grids, TextBoxes, ComboBoxes, etc...)
- Filtering data depending on given criterias
- Manipulating data (insert, delete, update)
- Presenting related data on different GUI controls in master-detail manner
- Reporting data (on built in CrystalReportViewer)
I am using VS 2008 and SQLServer. It seems there is too many options for
working with data (Data adapters, DataViews, TypedDataSets...). What is the
best and most up to date method for working with data to implement above
functionalities?
Thanks in advance