472,139 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

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.ContentType = "application/vnd.ms-excel"
%>

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

Thanks.

Nov 10 '06 #1
1 1354

"Brave" <br*********@yahoo.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.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.ContentType = "application/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
Nov 11 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Robert | last post: by
2 posts views Thread by Neo Geshel | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.