V
vaishali
Hi all,
I am working with ADO.Net and have came across the command
builder object for transacting with the database. I would
like to know how effective is the CommandBuilder object
for implicitely generating insert/updatre/delete queries
using a Dataset and whether there are any disadvantages to
using this object.
Also I want to know whether it takes care of the order of
working with queries with respect to the Parent Child
tables... i.e inserting /updating the parent table before
the child table, etc.
Regards,
Vaishali
I am working with ADO.Net and have came across the command
builder object for transacting with the database. I would
like to know how effective is the CommandBuilder object
for implicitely generating insert/updatre/delete queries
using a Dataset and whether there are any disadvantages to
using this object.
Also I want to know whether it takes care of the order of
working with queries with respect to the Parent Child
tables... i.e inserting /updating the parent table before
the child table, etc.
Regards,
Vaishali