PC Review


Reply
Thread Tools Rate Thread

Best way of working with data

 
 
Kursat
Guest
Posts: n/a
 
      8th Jun 2009
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


 
Reply With Quote
 
 
 
 
William Vaughn MVP
Guest
Posts: n/a
 
      9th Jun 2009
There are several "good" ways but the "best" way really depends on a lot of factors including:
a.. Your skill and experience
b.. The existing DBMS infrastructure
c.. The number of people sharing the database
d.. How large is the database
e.. How large are the structures to be fetched into client memory
f.. Whether or not your DBA permits base-table access
There are far more, but you get the idea. I expect my book (see title below) would be ideal for you needs. It discusses all of these issues and more and focuses on Windows Forms application development.

hth



--
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker’s Guide to Visual Studio and SQL Server (7th Edition)
http://betav.com http://betav.com/blog/billva
____________________________________________________________________________________________



"Kursat" <(E-Mail Removed)> wrote in message news:#(E-Mail Removed)...
> 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
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help working with XML data from another data source. Brian Beckers Microsoft Excel Programming 1 9th Jan 2010 05:00 AM
working with PDF data =?Utf-8?B?UmFt?= Microsoft Excel Programming 3 12th Feb 2007 02:18 AM
Working with data? =?Utf-8?B?RkY=?= Microsoft Excel Worksheet Functions 4 14th Nov 2005 02:35 AM
Working with many to many data Brian Henry Microsoft ADO .NET 4 5th May 2004 03:16 PM
Working with image data in Access2002 data project Mark Neilson Microsoft Access ADP SQL Server 1 13th Jan 2004 04:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:02 AM.