I have project where i want to use the sqlcommandbuilder.
My only problem is that i can not find a decent example of how to use it, or just simply does not understand why it is used like that.
I am building my application based on 3-tier architecture.
Lets say for instance i want to generate a update statement. where does the commandbuilder get the value from to update into the database. i am currently using the normal sqlcommand and manually creates every sql statement. but tends to be a hassle due to multiple database tables, and it gets confusing.
This is for my final project for my software engineering subject. Please need help.