New Posts New Posts RSS Feed: How to call SPs that are not affecting PersistenceManager?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

How to call SPs that are not affecting PersistenceManager?

 Post Reply Post Reply
Author
Customer View Drop Down
Senior Member
Senior Member
Avatar
User Submitted Questions to Support

Joined: 30-May-2007
Location: United States
Posts: 260
Post Options Post Options   Quote Customer Quote  Post ReplyReply Direct Link To This Post Topic: How to call SPs that are not affecting PersistenceManager?
    Posted: 12-Jul-2007 at 5:18pm

How do you call SPs that are not affecting PersistenceManager?

For example, I need to check some business rules, and SP will return me some values, based on which I create my application logic.

Back to Top
IdeaBlade View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 30-May-2007
Location: United States
Posts: 353
Post Options Post Options   Quote IdeaBlade Quote  Post ReplyReply Direct Link To This Post Posted: 12-Jul-2007 at 5:19pm
Use RPC.  See example in Reference Help under ServerRpcDelegate.  Call the Delegate on the Server from the client.  Execute the SP on the server.  Return the values to the client.  This will work for either N-Tier or Client Server.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down