Question about displaying database results\Excel formatting

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brave

    Question about displaying database results\Excel formatting

    I have MS Access databases that are viewed via ASP pages made in
    Frontpage. I have two issues that have the same problem.

    1: When someone views database results on one of my webpages, and
    attempts to copy and paste the data in an Excel sheet, they get little
    graphics (it looks like a little robot) insteat of data.

    2: When displaying the data in an excel format instead of web....

    I use this code:

    <%
    Response.Buffer = TRUE
    Response.Conten tType = "applicatio n/vnd.ms-excel"
    %>

    It displays the little robot graphics. Is there anything I can do to
    resolve this issue?

    Thanks.

  • Mike

    #2
    Re: Question about displaying database results\Excel formatting


    "Brave" <bravesplace@ya hoo.comwrote in message
    news:1163163410 .185925.248580@ h48g2000cwc.goo glegroups.com.. .
    >I have MS Access databases that are viewed via ASP pages made in
    Frontpage. I have two issues that have the same problem.
    >
    1: When someone views database results on one of my webpages, and
    attempts to copy and paste the data in an Excel sheet, they get little
    graphics (it looks like a little robot) insteat of data.
    >
    2: When displaying the data in an excel format instead of web....
    >
    I use this code:
    >
    <%
    Response.Buffer = TRUE
    Response.Conten tType = "applicatio n/vnd.ms-excel"
    %>
    >
    It displays the little robot graphics. Is there anything I can do to
    resolve this issue?
    >
    Thanks.
    >
    Do a View Source and show us a snippet of the html that's produced - not the
    whole table. Just a few rows.

    --
    Mike Brind


    Comment

    Working...