Displaying MS Access on an ASP page

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Displaying MS Access on an ASP page

    Hello,
    is it possible to show MS Access components (particuarly reports) on
    an ASP page?
    Cheers
    Paul Mitchell


    Paul Guest

  2. Similar Questions and Discussions

    1. Result XML page not displaying
      I have installed web services on a laptop. I can browse to the asmx page, I can place the request fine. The problem I am having is that the result...
    2. Displaying from Access(results)
      Hi, I have a voting system where one can vote for their fav artists under different categories. Besides voting for their fav artists, a user also...
    3. Displaying the correct Data from Access To CF
      Hi There!!! I am just coming to end of a university project which i am working on, in which buyers of used vehicle are able access an MS Access...
    4. Page Numbers not all Displaying
      In one particular document I am working on, I can't seem to get some of my page numbers to display. I have applied the master to those pages. Also,...
    5. Displaying fields(columns) in MS Access
      Good day to everyone. I have found using various connection types my table display comes up differently. If I use an OLEDB type connections my...
  3. #2

    Default Displaying MS Access on an ASP page

    Hello,
    is it possible to show MS Access components (particuarly reports) on
    an ASP page?
    Cheers
    Paul Mitchell


    Paul Guest

  4. #3

    Default Re: Displaying MS Access on an ASP page

    Paul:

    No, its not possible to output a native Access report to a web page. You
    can output either static HTML (File -> export), or create an ASP page that
    would mimic the report, or output the Report to a PDF file for display.
    Otherwise, look at any number of the many Web based reporting packages that
    are designed for the web such as Crystal, or ActiveReports which allow you
    to connect to your Access db to dynamically display data.
    --
    Steve Arbaugh
    ACG Soft
    [url]http://ourworld.compuserve.com/homepages/attac-cg[/url]

    "Paul" <paul@nospam.fsnet.co.uk> wrote in message
    news:bfta7f$ad5$1@news8.svr.pol.co.uk...
    > Hello,
    > is it possible to show MS Access components (particuarly reports)
    on
    > an ASP page?
    > Cheers
    > Paul Mitchell
    >
    >

    SA Guest

  5. #4

    Default Re: Displaying MS Access on an ASP page

    Paul:

    No, its not possible to output a native Access report to a web page. You
    can output either static HTML (File -> export), or create an ASP page that
    would mimic the report, or output the Report to a PDF file for display.
    Otherwise, look at any number of the many Web based reporting packages that
    are designed for the web such as Crystal, or ActiveReports which allow you
    to connect to your Access db to dynamically display data.
    --
    Steve Arbaugh
    ACG Soft
    [url]http://ourworld.compuserve.com/homepages/attac-cg[/url]

    "Paul" <paul@nospam.fsnet.co.uk> wrote in message
    news:bfta7f$ad5$1@news8.svr.pol.co.uk...
    > Hello,
    > is it possible to show MS Access components (particuarly reports)
    on
    > an ASP page?
    > Cheers
    > Paul Mitchell
    >
    >

    SA Guest

  6. #5

    Default Re: Displaying MS Access on an ASP page

    I believe it IS possible using the Office Web Components. Please note that
    each client accessing this page would need the OWC added to their machines.

    "Paul" <paul@nospam.fsnet.co.uk> wrote in message
    news:bfta7f$ad5$1@news8.svr.pol.co.uk...
    > Hello,
    > is it possible to show MS Access components (particuarly reports)
    on
    > an ASP page?
    > Cheers
    > Paul Mitchell
    >
    >

    Scott M. Guest

  7. #6

    Default Re: Displaying MS Access on an ASP page

    I believe it IS possible using the Office Web Components. Please note that
    each client accessing this page would need the OWC added to their machines.

    "Paul" <paul@nospam.fsnet.co.uk> wrote in message
    news:bfta7f$ad5$1@news8.svr.pol.co.uk...
    > Hello,
    > is it possible to show MS Access components (particuarly reports)
    on
    > an ASP page?
    > Cheers
    > Paul Mitchell
    >
    >

    Scott M. Guest

  8. #7

    Default Re: Displaying MS Access on an ASP page

    Yes. You can view an Access report in a web page using the snapshot viewer
    ActiveX control. I have a sample app in a VB6 project at
    [url]http://www.createsolutions.net/download_files/MTS[/url] Report.zip. I wrote it
    several years ago and haven't looked at it in a while but I believe
    everything is there.

    Good Luck
    --
    Paul Turley, MCSD, MCAD, MCT, MSF Practitioner, A+ Technician
    [email]paul@createsolutions.net[/email]


    "Paul" <paul@nospam.fsnet.co.uk> wrote in message
    news:bfta7f$ad5$1@news8.svr.pol.co.uk...
    > Hello,
    > is it possible to show MS Access components (particuarly reports)
    on
    > an ASP page?
    > Cheers
    > Paul Mitchell
    >
    >

    Paul Turley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139