Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLDataAdapter update
Message
From
22/06/2006 06:44:23
Alfred Annan
Softworks Technologies
Accra, Ghana
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01126435
Message ID:
01130762
Views:
16
Hi Mike,

Depending on how the SQLDataAdapter object was created. If it was created to automaticaly generate the codes using the CommandBuilder Object.

Read more about it from the MSDN documentation under the topic: "Automatically Generated Commands".

Note that the commands generated will take care of Updating, Inserting and Deleting of records from the SQL Database. However if you need to make some changes to the way the insert, add and delete is done then you will need to code them yourself (well at least that is my understanding for now) :)

Alfred
Consider the things you think about...they determine who you become.
Previous
Reply
Map
View

Click here to load this message in the networking platform