Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# - Add and Update Records
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01309187
Message ID:
01310435
Vues:
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.

You're welcome.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform