A
aaapaul
I am quite new in programming an I have to develop an application
(Project-Management-Software) with Visual Studio .NET 2005 and SQL
Server 2005 (ADO.NET).
My problem is how to map the sql-server table to the .NET Object/class!
Does it make sense to use typed datasets or is it better to create a
class with a variable (property) for each column of the table.
Who has any experience in such affairs?
Perhaps there is a sample application available on the web ...
(database application - windows forms)
Thanks
aaapaul
(Project-Management-Software) with Visual Studio .NET 2005 and SQL
Server 2005 (ADO.NET).
My problem is how to map the sql-server table to the .NET Object/class!
Does it make sense to use typed datasets or is it better to create a
class with a variable (property) for each column of the table.
Who has any experience in such affairs?
Perhaps there is a sample application available on the web ...
(database application - windows forms)
Thanks
aaapaul