Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Stored Procedures
posted

I find it ironic that all of your samples use dynamic SQL or TABLE attached data.

In the real world no DBA will allow direct access to sensitive data like orders and customers. The typical approach will be to build and use stored procedures that can be granted to groups or individual users to control the data access.

Nowhere do I find any samples of using stored procedures to return a subset of data from a data table, edit the data and return it via stored procedures. We will not recommend this product unless I can build a prototype with this architecture. I've done it in the past with your competitor's grid...how do I do it with this one?

dhouse@amcon.com