Dear all,
I need to create an application which is able at the end to generate reports
based on SQL server data table.
Actually it is hard to decide if I have to go for a simple Windows
application or a Web application.
Right know I would say that I will go for Win App for the simple fact that I
am use to, but then if the best wa is the web then I will learn ASP.
Any advise that will justify one or the other choice?
regards
serge
Krushna - 19 Jul 2005 18:04 GMT
Hi,
It depends from where all you would access the report from. If its from
a single system that you use. I would suggest windows application as it
is faster compared to the web application.
Windows Application (knwoledge required: sql server, vb or (vb.net or
C#) )
You will be able to access the data and report only from your system or
within your network (but needs to be installed on the systems you might
access the report). Faster compared to web application.
Web Application ( (knwoledge required: sql server, (asp and vb) or
(asp.net, vb.net or C#) )
Intranet
Within the network, slower compared to windows application, needs to be
installed only on the server and can be accessed from other systems in
the network.
Internet
You can access from anywhere, but you may have to get yourself a domain
name, web space and database support on the webserver, which would be a
recurring overhead.
Krushna - 19 Jul 2005 18:06 GMT
If the reports are complicated, would suggest other tools like crystal
reports, this can be used for windows application as well as web
application.
serge calderara - 20 Jul 2005 07:55 GMT
thnaks for your advice
> If the reports are complicated, would suggest other tools like crystal
> reports, this can be used for windows application as well as web
> application.