473,388 Members | 1,342 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Wanted - report writer to access ms-access databases

I am wanting to be able to write reports against an ms-access database
that is part of another package. I only want to report from the
database.

What I need is a package that will allow me to create the reports and
then be able to distribute a run-time version. The client may not have
Office so the package must run standalone. It could get to the Access
database through an ODBC driver.

Does anyone know what packages available?
It looks like Crystal Reports has taken out their runtime version with
their latest software but that was only a footnote in a book that I
was reading.

Please provide me with a list to start researching.
Thanks,
Joe
Nov 12 '05 #1
3 3613
There used to be other third-party report writers, but I don't know how many
have survived over the years -- Crystal Reports appears to have been the
most popular of these packages. (It is the only one that I have observed
closely in use, and I saw some impressive work done with it on web
applications against SQL Server.)

Unless the magnitude of the distributable would be a problem, you can create
your reports in Access, and distribute the Access application to run them
with Access' runtime support. You'll get the Access runtime support in the
Office Developer Edition for Access 97 - 2002, and in the Visual Studio.NET
Tools for Office 2003 System for Access 2003.

If you have difficulties with deployment using only the Packaging and
Distribution Wizard, you can use a third-party installer such as Wise
InstallMaster or InstallShield, and scripts that you can purchase from
SageKey. The installers and scripts are not inexpensive, but many developers
feel they are worth the cost in time, effort, and frustration saved. You
will still need the Developer Edition or the Visual Tools, in order to be
licensed to distribute the runtime support. And, if you have quite a number
of users, the prorated cost-per-user may not be great.

Larry Linson
Microsoft Access MVP


"trustme1" <jn*****@cfl.rr.com> wrote in message
news:d7*************************@posting.google.co m...
I am wanting to be able to write reports against an ms-access database
that is part of another package. I only want to report from the
database.

What I need is a package that will allow me to create the reports and
then be able to distribute a run-time version. The client may not have
Office so the package must run standalone. It could get to the Access
database through an ODBC driver.

Does anyone know what packages available?
It looks like Crystal Reports has taken out their runtime version with
their latest software but that was only a footnote in a book that I
was reading.

Please provide me with a list to start researching.
Thanks,
Joe

Nov 12 '05 #2
If you have a version of Sql Server, you can download Sql Reporting services
for FREE... of course you would have to link the mdb as a linked database in
Sql Server, which is do-able. I have used Crystal for years and this is the
only other solution I have even thought about for consideration. Also, I
looked at Data Dynamics Active Reports (www.datadynamics.com) a year ago,
wasn't too impressed -- seems they are trying to follow in Crystal's
footsteps, and pricing as well. Some people like them quite a bit though...

Sql Reporting services can actually send reports via email on a schedule in
PDF format, do caching, and allow you a web portal for report access -- all
free of charge for owners of Sql Server, just amazing.

Recorded web cast of the launch, gets incredibly interesting about 60% of
the way through...
http://mssql.digisle.tv/

Microsoft Official Link...
http://www.microsoft.com/sql/reporting

--
Jerry Boone
Analytical Technologies, Inc.
http://www.antech.biz
Secure Hosting and Development Solutions for ASP, ASP.NET, SQL Server, and
Access
"Larry Linson" <bo*****@localhost.not> wrote in message
news:e2***************@nwrddc03.gnilink.net...
There used to be other third-party report writers, but I don't know how many have survived over the years -- Crystal Reports appears to have been the
most popular of these packages. (It is the only one that I have observed
closely in use, and I saw some impressive work done with it on web
applications against SQL Server.)

Unless the magnitude of the distributable would be a problem, you can create your reports in Access, and distribute the Access application to run them
with Access' runtime support. You'll get the Access runtime support in the
Office Developer Edition for Access 97 - 2002, and in the Visual Studio.NET Tools for Office 2003 System for Access 2003.

If you have difficulties with deployment using only the Packaging and
Distribution Wizard, you can use a third-party installer such as Wise
InstallMaster or InstallShield, and scripts that you can purchase from
SageKey. The installers and scripts are not inexpensive, but many developers feel they are worth the cost in time, effort, and frustration saved. You
will still need the Developer Edition or the Visual Tools, in order to be
licensed to distribute the runtime support. And, if you have quite a number of users, the prorated cost-per-user may not be great.

Larry Linson
Microsoft Access MVP


"trustme1" <jn*****@cfl.rr.com> wrote in message
news:d7*************************@posting.google.co m...
I am wanting to be able to write reports against an ms-access database
that is part of another package. I only want to report from the
database.

What I need is a package that will allow me to create the reports and
then be able to distribute a run-time version. The client may not have
Office so the package must run standalone. It could get to the Access
database through an ODBC driver.

Does anyone know what packages available?
It looks like Crystal Reports has taken out their runtime version with
their latest software but that was only a footnote in a book that I
was reading.

Please provide me with a list to start researching.
Thanks,
Joe


Nov 12 '05 #3
NB
Why would you bother to find any other tools? Access itself is a great
report writer.
Since you just need to let users view reports I'd recommend data
access pages.

Use Access to generate the reports, save them as DAP, and host them on
a server in the LAN, users just need a web browser and Office Web
Components to view the pages.

For OLAP-style analysis, you can even put Pivot table/charts in DAP.

NB
Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: C. Dexter Southerland | last post by:
Hi, Thanks in advance for your help. We are looking for a Plug in report writer for and application we are developing. It needs to to be distributed with application and look and feel like part...
1
by: ED | last post by:
I created a query with my detail data, but am struggling with the report writer. Any help would be appreciated! I have the first grouping "Service Line" and then second grouping "Physician" My...
1
by: skc | last post by:
Anyone can enlighten me whether Visual C#.Net standard comes with Crystal Report? If it does not, what other cheap and good deployable Report Writer is there?
7
by: Michael Rodriguez | last post by:
We're moving from a Delphi shop to a C# shop. We have now reached the point where we have to pick the report writer for all future development work. So far, I've narrowed the list down to 2...
1
by: Gerald S | last post by:
Hello, I have an ASP.net/sqlserver application that replaced a desktop client/server application. The only thing missing is the end-user report writer that the users were used to (Crystal, R&R,...
0
by: Raghavendra | last post by:
hi, we r using forms authetication. problem :- i am using the below code to generate excel report but since we r using forms authetication.. after generating excel report the browser directs...
2
by: Mitchell Vincent | last post by:
I would like to provide the end users of some of my software with the ability to customize the look and feel of certain documents for print and email. These documents all pull data from a database....
1
by: Cramer | last post by:
I would appreciate your recommendations for report writers for .NET Windows Forms applications. I could google this topic to get a list - but that's not what I'm after. I would like...
1
OuTCasT
by: OuTCasT | last post by:
Hi all. I need help finding a free database report writer that includes odbc drivers aswell.? Or does anyone know of a tutorial on creating a report writer or something in that line ?
8
TheSmileyCoder
by: TheSmileyCoder | last post by:
I would like whenever a report is created by a user in my db to store the report as a pdf on a network location, without showing/troubling the user. Anyone know if this can be done, and hopefully...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.