Menu

Stored Procedures

2004-08-06
2004-08-06
  • Nobody/Anonymous

    Can one use stored procedures for retrieval and update of objects with the framework?

     
    • Richard Banks

      Richard Banks - 2004-08-06

      In a word: No.  Basic reasoning is that there is no guarantee the stored procedure will match the object requirements.  Especially in terms of deployment, it's quite possible for the SP to be out of sync with out of date, or incorrect versions of client software and the problems could be significant.

      SP's can be used via persistent brokers PerformDirectSQL method.

      - Richard

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.