Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about datasets...
Message
From
21/06/2002 15:15:27
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Question about datasets...
Miscellaneous
Thread ID:
00671213
Message ID:
00671213
Views:
44
Probably a silly question, but...

Suppose I have two apps...

App 1 is a WinForm app that talks 'directly' to SQL Server
App 2 is also a Winform app, but uses a web service to access SQL Server.

Would there be any real difference between a dataset created in app 1, versus app 2 (where a dataset is created by a web service and passed down to the Winform).

Someone told me that there are differences in the way you'd use ADO.NET to work on the dataset locally under app 1 versus app 2...and I don't see how. I realize that any updating of data back in SQL would take on a very different form...but it seems that me that once you have a dataset, it doesn't matter 'how' you got it, you have access to the same ADO.NET properties for the dataset, regardless.

True?

Thanks,
Kevin
Next
Reply
Map
View

Click here to load this message in the networking platform