D
David
I am converting an app. from PHP to .net. I know that you can create
an xsd and then have the system generate code to load data into a
dataset. I assume that you use this and an a data adapter to talk to
the DB.
However, is this the "optimal" or recommended way to add, update, etc.
information? Or should one create code to accept the data and then
pass it to a stored procedure?
I do not dislike the adapter way, but I can see that it could
introduce problems and the programmer can loose control which may
cause errors or data integrity violations.
Comments?
Thanks
an xsd and then have the system generate code to load data into a
dataset. I assume that you use this and an a data adapter to talk to
the DB.
However, is this the "optimal" or recommended way to add, update, etc.
information? Or should one create code to accept the data and then
pass it to a stored procedure?
I do not dislike the adapter way, but I can see that it could
introduce problems and the programmer can loose control which may
cause errors or data integrity violations.
Comments?
Thanks