![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Before I start I want to say that I am a newbie to .NET and C# and want to relay my observation about C# and it's data mechanics. I may be wrong in my observations, and if so, PLEASE correct me and point me in the right direction. Also I may be new to .NET, I have been programming in C++ and SQL for 15 years. Why has .NET built it's data consumption around DataTables? Aren't DataTables "really" designed to gain access to data in 1 table? I have been building commercial applications for about 15 years and I have never (that I can remember) only needed to use only 1 table. Especially if it's data that the end user will see and manipulate. It seems like this DataTable concept has just done away with 80% of the power of SQL. The DataTables and DataSet doesn't give you any "true" flexibility in how YOU the developer want to handle your data. How can you use JOINS or any other multi-table SQL dialect with DataTables and allow your end-user to change that data and then have it written back to the database correctly? I will admit, I haven't tried this, because I'm away and can't get to an IDE. I just reading varies MS .NET books and they ALL deal with DataTables and all of the examples are using single-table SQL statements. Please help and tell that this is not the case. Thanks |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |