跳到主内容

搜索

搜索

How To Use Named Data Sources In Stored Procedure

评论

2 条评论

  • Avatar
    Ian Cummings
    版主

    I don't think you can do it in that way.  Instead I suggest you make use of a document level VB script (via "File>BarTender Document Options") and run a VB script on the OnPrintJobEnd event to make a connection to the database, execute the stored procedure while passing the named data source value which is an easy to use reference expression.

    0
  • Avatar
    Legacy Poster

    OK, I'll check that out. Thanks Ian.

     

    I don't think you can do it in that way.  Instead I suggest you make use of a document level VB script (via "File>BarTender Document Options") and run a VB script on the OnPrintJobEnd event to make a connection to the database, execute the stored procedure while passing the named data source value which is an easy to use reference expression.

    0

请先登录再写评论。