Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# - Add and Update Records
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01309187
Message ID:
01310397
Views:
44
>>This STILL has not answered my question. Why do I see 2 objects in the DataSet Visualizer? What are these objects?
>
>They are tables in the dataset.
>
>One is the typed DSCustomers table you created in your dataset the other is the Customers table you created when you executed this command:
>
>oDataAdapter.Fill(oDataSet, "Customers")
>
>instead of this one which would have filled the DSCustomers table:
>
>oDataAdapter.Fill(oDataSet.DSCustomers);


AHHH!!! The blind man sees!!

Thanks

Stay tuned for more silly, newby questions.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform