J
J055
Hi
If I fill an untyped DataTable from my SQL stored procedure to present into
some web form for manipulation, how should I write the updates back to the
DataTable for saving to another insert procedure?
Should the schema be stored in memory somewhere? It would be nice to have it
as part of a business object but I'm not sure how to store the schema as a
property. I guess I could make a another call to the original data object to
get the schema before I need to update the DataTable? but that seems
wasteful on database connections and doesn't seem quite right to me.
I'm looking to develop a fairly simple n-tier application so could do with
some pointers on this.
Thanks
Andrew
If I fill an untyped DataTable from my SQL stored procedure to present into
some web form for manipulation, how should I write the updates back to the
DataTable for saving to another insert procedure?
Should the schema be stored in memory somewhere? It would be nice to have it
as part of a business object but I'm not sure how to store the schema as a
property. I guess I could make a another call to the original data object to
get the schema before I need to update the DataTable? but that seems
wasteful on database connections and doesn't seem quite right to me.
I'm looking to develop a fairly simple n-tier application so could do with
some pointers on this.
Thanks
Andrew