locked
Anyone know right off how to execute a stored Access report from a VB.NET front end?..Thanks RRS feed

  • Question

  • User601971297 posted

    been looking at what "imports..." to use to expose the backend objects..Thanks  Cool

    Thursday, July 19, 2012 1:20 PM

Answers

  • User-821857111 posted

    You can't do this with ASP.NET.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, July 19, 2012 3:18 PM

All replies

  • User-821857111 posted

    You can't do this with ASP.NET.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, July 19, 2012 3:18 PM
  • User3866881 posted

    VB.NET front end?

    Do u want to execute it by javascript or pure HTML codes?No, you cannot do that directly; But if you insist doing so, maybe you can use WebService or WCF and use AJAX or jQuery to call it aschronizedly.

    Reguards!

    Friday, July 20, 2012 8:58 PM