to begin you need to give a bit of more info.
is this website going to be on internet or intranet.
What type of website will it - eCommerce Site, helpdesk site, etc
once i get this infor then i will be in a better position to reply to your needs in regards to DB as well as Web development
AR
Main Topics
Browse All Topics





by: jimpenPosted on 2009-08-01 at 15:59:08ID: 24997012
I'm the DB side, not the web side. But I can throw some things at you to contemplate.
>> Various sets of company accounts initially from a flat file database exported in...
You have a choice of various flavors of MS SQL Server, Oracle, MySQL and some others. They all have associated costs with them. In addition some work better on different OS's. So are you more comfortable with Windows, Linux, or IBM?
>> The ability to have this/these database/s online ..........
Is that an Intranet or Internet exposure you're looking for?
>> To have logon restrictions - e.g. users with full permission, ......
That is part of the design concept. You have a choice, you can build it in the front-end, or go the slightly more complicated route of building it into the database. At the DB level is generally more secure, but has more overhead for administration.
>> From a front end GUI, have various standard reports from the DB.
You should decide early on whether you want to have just a web page or also want to have a "hard" client-server interface. The reason to figure it out, is that you would have to create a web interface, and essentially recreate the code a second time to do the client-server solution. Or copy the web Java/JS code to make the client app and have the normal speed problems of Java apps.
You can deploy reports easily enough with Crystal Reports through a web interface.
Just giving you a few ideas to chew on.