|
Home > Archive > IIS ASP > June 2004 > MS_Access AND ASP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Jose Saiz 2004-06-03, 4:52 pm |
| Can MS-Access Report be used with ASP?
I Have posted this before but no answer.
| |
| Manohar Kamath [MVP] 2004-06-03, 4:52 pm |
| The report objects inside Access can not be used with ASP natively. I am
sure there are tools that export the Access reports as ASP pages, which then
can be used on the web.
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Jose Saiz" <jose@karavita.com> wrote in message
news:%23qNpFQYSEHA.2480@TK2MSFTNGP10.phx.gbl...
> Can MS-Access Report be used with ASP?
>
> I Have posted this before but no answer.
>
>
| |
| Jeff Cochran 2004-06-03, 4:52 pm |
| On Thu, 3 Jun 2004 12:02:36 -0400, "Jose Saiz" <jose@karavita.com>
wrote:
>Can MS-Access Report be used with ASP?
Not directly. You can use it to create a web page report, but you
can't run it from an ASP page to generate information dynamically.
Jeff
| |
|
| Try using activereports or crystalreports.
ActiveReports uses a very similar user interface to the Access reporting...was pretty simple to figure out -
Scott
| |
| Michael D. Kersey 2004-06-03, 11:53 pm |
| Jose Saiz wrote:
> Can MS-Access Report be used with ASP?
> I Have posted this before but no answer.
>
Look at Microsoft's Snapshot Viewer component, available at
http://www.microsoft.com/AccessDev/ProdInfo/snapdl.htm
IIRC the Snapshot Viewer package consists several pieces: one that
installs as part of Access and enables creation of .SNP format files and
a separate ActiveX component that is specific to Internet Explorer
browser and can display Access reports.
To use the Snapshot Viewer you
- export reports from Access to a .SNP format,
- put the .SNP files on the website, and
- link to the files and to the Snapshot Viewer on a web page.
The Snapshot Viewer component is downloaded by IE the first time it's used.
Here are some articles on it's use:
http://search.microsoft.com/search/...cess&View=en-us
Good Luck,
Michael D. Kersey
|
|
|
|
|