K
Keith A. Rowe
I have developed apps on scores of platforms for 25 years. Each of these
platforms have supported a "quick, but not so dirty" utility for code table
maintenance. For example, I have a States table that contains two columns:
StateCode and StateName.
I want a simple browser-based tool that will generate the Add, Chg, and
Delete routines for me. Would be nice if it can call SQL Server stored
procedures since all updates are done thru them on our apps. I do not want
to waste precious project time on these types of tables.
Is there a feature in ASP.NET that will crank out these table maintenance
programs? I have serveral external tools that I currently use, but we want
a quick browser-based solution.
Many thanks,
Keith
platforms have supported a "quick, but not so dirty" utility for code table
maintenance. For example, I have a States table that contains two columns:
StateCode and StateName.
I want a simple browser-based tool that will generate the Add, Chg, and
Delete routines for me. Would be nice if it can call SQL Server stored
procedures since all updates are done thru them on our apps. I do not want
to waste precious project time on these types of tables.
Is there a feature in ASP.NET that will crank out these table maintenance
programs? I have serveral external tools that I currently use, but we want
a quick browser-based solution.
Many thanks,
Keith