Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NewRow call Stored Proc
Message
From
24/07/2006 11:23:06
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
NewRow call Stored Proc
Miscellaneous
Thread ID:
01139205
Message ID:
01139205
Views:
59
I'm new to MM .NET. I'm creating an application with a SQL Server backend and with the SQL Server Security, the users will not be able to issue SELECT, INSERT, UPDATE and DELETE statements directly. Everything has to call a stored procedure.

This all seems to be working except when the business object's NewRow() method is called. The following commands are being sent:
SET FMTONLY OFF;
SET NO_BROWSABLE ON;
SET FMTONLY ON;
SELECT * FROM [Families]
SET FMTONLY OFF;
SET NO_BROWSABLE OFF;
I have put these commands in a stored procedure and want to call the stored procedure when the NewRow() method is called. How do I do this?
Thanks,
Dan Jurden
djurden@outlook.com
Next
Reply
Map
View

Click here to load this message in the networking platform