I'm totally confused trying to get my head around connecting to databases in .NET, in the 20 years i've worked with them i've never come across such a conveluted, complicated and mind boggling way of doing things.
why on earth are there so many 'middle men' objects that don't talk to each other?
if you insert or delete, it directly updates the DB , but not the dataset, so the view is out of sync, if you edit the dataset and the db has a record inserted, the record gets lost when the dataset changes are sent to the DB.
How can two people running the same app even function, you are going to constanly be out of sync with each other, trash each others data changes and totally corrupt the DB.
this doesn't make any sense to me, what ever happend to using SQL and simply refreshing the view?
I cannot see how it is even possible to write a DB application under these circumsatnaces and so any light you can shed is appreciated.
I normally use MS Access (VBA), and am considering moving to VB.NET, but I can't get my head round how to ensure data integrity.
Your input is appreciated.
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
why on earth are there so many 'middle men' objects that don't talk to each other?
if you insert or delete, it directly updates the DB , but not the dataset, so the view is out of sync, if you edit the dataset and the db has a record inserted, the record gets lost when the dataset changes are sent to the DB.
How can two people running the same app even function, you are going to constanly be out of sync with each other, trash each others data changes and totally corrupt the DB.
this doesn't make any sense to me, what ever happend to using SQL and simply refreshing the view?
I cannot see how it is even possible to write a DB application under these circumsatnaces and so any light you can shed is appreciated.
I normally use MS Access (VBA), and am considering moving to VB.NET, but I can't get my head round how to ensure data integrity.
Your input is appreciated.
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts