Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 2nd, 2004, 04:46 PM
Registered User
 
Join Date: Mar 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Programme to use

A project I am embarking upon is relatively straightforward in principle but for one hurdle to be overcome. The question I put forward that needs answering, what programmable software would be best suited.

The project is dbase orientated. I say that because I have out lined the project using Microsoft Access and the concept of the project is: - information catalogue, product catalogue format, customer related and document repository. The final software package will be issued on CD–Rom.

It is the intension recipients of the software will receive updates for the software via a web site. Along with what now is an innovation of allowing users initially country wide but ultimately worldwide to share information on the very subject?

So summarising a software language to suite a software package to be issued on CD-Rom format, to create and function on a web site for the downloading of software updates and the facilities to share data information.

Your guidance would be much appreciated.
 
Old March 2nd, 2004, 05:17 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I would suggest you look into .NET. You can build very solid applications (web and client) that are web enabled using web services. The web services can provide data access over HTTP in a very simple way that both a web application and a client application can access. You could also use the web service for "update checking".

With a web driven software scenario like this, .NET makes it VERY easy to update your client based applications because there is no fancy tasks required for installing or updating the client's instance of the program. One of the features of .NET is what they call "XCOPY Deployment". All you have to do is copy the files to the program directory.

Peter
------------------------------------------------------
Work smarter, not harder.
 
Old March 2nd, 2004, 05:57 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Yeah, I second that.

A while ago (about two years or so), I looked into the same issue (I even posted a question here). We had similar requirements: the client had a product catalog that they wanted to share on CD-Rom. However, the contents had to be updateable through the web by by world-wide customers.

We investigated a custom C++ or Visual Basic application that used the Microsoft Web Browser control to render the pages. Before we loaded each page from CD, we checked whether the same file was present on disk (which meant an updated version).

It ended up as quite a messy solution, with too many separate applications.
Now, with .NET, I think we could have offered a cleaner solution. Using Web Services for the Updates, Windows Forms with a Web Browser for the initial pages and Web Forms for a discussion forum (get a forum including source for free at www.asp.net) seems like a smart thing to do.


Cheers,

Imar



---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Programme for telecomms determined Oracle 0 July 3rd, 2007 06:32 AM
How to get IP address in C# programme? erictamlam C# 2005 1 May 27th, 2007 09:42 PM
Flash to load external Programme ells228 Flash (all versions) 1 January 5th, 2007 12:14 AM
i need help about c++ programme skyelva C++ Programming 2 November 8th, 2006 09:36 PM
Getting an Error in VB Programme selam70 Pro VB Databases 1 September 28th, 2004 08:07 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.