Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# - Add and Update Records
Message
De
19/04/2008 19:43:43
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01309187
Message ID:
01311909
Vues:
44
Kevin,

I'm so glad that John and Tim were able to help you out with this. Sorry to abandon you, but I've been out of town for awhile and have not been online at all.

~~Bonnie


>>>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.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform