473,406 Members | 2,710 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,406 software developers and data experts.

Question about generating HTML

Hi,

I wish to generate some relatively simple html reports from my ODBC
database.

I'm quite happy to write out raw html to a file, but before I do that I just
wondered if there is any better solution for creating these reports?

I was initially trying to get mailmerged word files working ( After giving
up with crystal reports ) , however I have had issues on client's machines
where with a different version of word it
wasnt working - So i decided to go down the html route for ease of
support....

Oh; The application is a standalone application, rather than a web based
one.

Rgds,
Dan

Nov 21 '05 #1
3 957
"Connor T" <ma********@hotmail.com> wrote in message
news:VI**************@newsfe3-win.ntli.net...
:
: Hi,
:
: I wish to generate some relatively simple html reports
: from my ODBC database.
:
: I'm quite happy to write out raw html to a file, but before
: I do that I just wondered if there is any better solution for
: creating these reports?
:
: I was initially trying to get mailmerged word files working
: ( After giving up with crystal reports ) , however I have had
: issues on client's machines where with a different version of word
: it wasnt working - So i decided to go down the html route for ease
: of support....
:
: Oh; The application is a standalone application, rather than
: a web based one.
:
: Rgds,
: Dan
Try using XSL to generate your HTML docs. If your data is formatted as
XML from your datastore, it's a relatively simple matter to transform
that with XSL. If not, it may still be a viable option to convert your
data into XML manually and then pass that it into the XSL transformation
style sheet.
HTH

Ralf
Nov 21 '05 #2
Hi,

http://www.codeproject.com/csharp/RdlProject.asp

Ken
-----------
"Connor T" <ma********@hotmail.com> wrote in message
news:VI**************@newsfe3-win.ntli.net...
Hi,

I wish to generate some relatively simple html reports from my ODBC
database.

I'm quite happy to write out raw html to a file, but before I do that I just
wondered if there is any better solution for creating these reports?

I was initially trying to get mailmerged word files working ( After giving
up with crystal reports ) , however I have had issues on client's machines
where with a different version of word it
wasnt working - So i decided to go down the html route for ease of
support....

Oh; The application is a standalone application, rather than a web based
one.

Rgds,
Dan


Nov 21 '05 #3
Hi,

http://www.codeproject.com/csharp/RdlProject.asp


That does look interesting, but it's way beyond what I need at the moment,
however many thanks for the suggestion of looking at XSL/XML translation -
This is excellent stuff and precisely what I need, thanks!

Rgds,
Dan
Nov 21 '05 #4

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

Similar topics

1
by: Adonis | last post by:
When parsing my html files, I use handle_pi to capture some embedded python code, but I have noticed that in the embedded python code if it contains html, HTMLParser will parse it as well, and thus...
0
by: Dan Gass | last post by:
The difflib.py module and the diff.py tools script in Python 2.4 alpha 3 now support generating side by side (with intra line differences) in HTML format. I have found this useful for performing...
0
by: Xah Lee | last post by:
# -*- coding: utf-8 -*- # Python # David Eppstein of the Geometry Junkyard fame gave this elegant # version for returing all possible pairs from a range of n numbers. def combo2(n): return...
10
by: Kathy Burke | last post by:
Hi, in trying to discover why my RegisterStartUpScript wouldn't work (I do NOT see it in the HTML source), I looked at the HTML source of a page where I do an XslTransform. First, I get the...
2
by: Woody Splawn | last post by:
I have been using VB.net for stand alone and client/server kinds of things but am beginning to explore its use for web applications. I need to ask a couple of real basic questions. My...
1
by: Ryan Ginstrom | last post by:
I have been maintaining a body of documentation in plain HTML files. I would now like to automate the generation of the HTML files. Maintaining the HTML files now is tedious and error prone,...
102
by: hug | last post by:
www.webmaster, was suggested that this ng could be a better place.] I've updated my test server to handle if-modified-since. I've noticed that the (old copies I run of) IE and Netscape seem...
3
by: CharlesA | last post by:
knowing only how to do C# web apps and nothing about the other standards out there.... anyone care to enlighten me about how CGI works? are (Perl and CGI the same thing) is it just a language that...
6
by: Lloyd Sheen | last post by:
Perhaps I have missed something but what I would like to do is have a more "controlled" method of generating HTML from a web service. I can create items using HtmlTable, HtmlTableRow, and...
24
by: Jon | last post by:
I'm working on a project and the lead developer wants to put all of the business logic on the database side. He wants the proc to do all of the logic and create XML on the fly, parse out data, etc,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.