473,625 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3631
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.goog le.com...
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*****@localh ost.not> wrote in message
news:e2******** *******@nwrddc0 3.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.goog le.com...
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
1583
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 of the application. Here are some thoughts on what we need.
1
1750
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 third group-by is "DRG" and the number of cases for each DRG. This DRG is what I have in the detail section of the report. However, I just want to show the top ten (or less if a doctor has less than ten unique DRGs) for each Physician. I can...
1
269
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
5780
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 choices: - SQL Server Reporting Services - Data Dynamics ActiveReports (.NET 2.0 beta 2) SQL RS looks nice as far as the web application it builds for you by default. However, the fact that you can't write code in a .cs file attached to the...
1
1648
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, etc). Does anyone know of any type of report writer that allows end users to create their own reports and run them...all within a browser? I don't expect it to find anything as comprehensive as Crystal, which is likely a good thing for the...
0
1433
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 to login.apsx which is specified in web.config file. this code is in one file.aspx
2
1606
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. I'm totally new to the world of "report writers" so I can't say that I fully understand how to use them. A "report", as I understand it, is just about and formatted document that is dynamically generated - right? So is a report writer what I...
1
1394
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 recommendations based on your personal experience with the report writer(s). I am aware of Crystal (which I'm inclined to avoid like the plague) I am aware of ActiveReports from DataDynamics (which is generally great)
1
1382
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
16303
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 how? Im currently using CutePDF, but any freeware pdf-writer could be an option. I would need to be able to "feed" the cutePDF writer (or similar) with the desired filename.
0
8182
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8635
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8352
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8494
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6115
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2614
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1800
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1496
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.