Recommend New Prog. language To try.

Yes, that's usually the critical point.

As for Access being ubiquitous, I think it was more of a factor of it being part of Microsoft Office, at least in the start. The old-timers tell me that Paradox was the Access before Access even existed but made mistake of moving to GUI too late, too little. There also was FileMaker but when it came to deciding between using what was bundled in Office against buying a new program... well, it's not that hard a decision. Over the time, I do think, however, Access has matured very much and is along the best technology for front-end.

More importantly, I always perceive front-end as quite fragile... clients are going to be wanting to change requirements and it's seldom the data structure but rather the representation (assuming it was correctly designed in first place, of course). For even more perspective... listen to what this Oracle guy has to say... Basically he comes out in favor of APEX (that's Oracle's version of Access) for similar reasons.

Finally, one more bigger advantage I see with Access is that if a client came to me and said, "gee, we can't use Access; we need to use .NET because we want a pretty graphical layout and it's not easy to do that in Access.", then my response would be, "I can build you an Access project and write a .NET library that Access can call and display a form for your graphical requirement while using Access for the rest of 80% of the project."

Guess what's going to be cheaper -- an Access application and a .NET library or a full-blown .NET front-end?

So when we take in the account of Access's ability to consume external resources and its eventual expansion into web with Sharepoint, it's going to be tough to beat it out in terms of rapid development, IMHO.
 
Thanks man!

I heard a lot of good things from php it's really really fun they say.
But sadly, i think i can't do php now because we have no internet connectivity offered here.

Hi,

you can set this up locally on your own pc. XP & vista both have IIS ( internet Information Services ) which control websites. they are turned off by default but you can turn them on in the control panel / windows services.

once IIS is running, install your php server and follow the instructions as there is a file "php.ini" that you need to configure and place in your Windows folder. its quite easy to do. you can then install SQL Server or MySQL on your pc etc.

from here, you can write your php and view it through your browser if it has a web address or through the iis console, right click the website and select browse. you can also view it by typing in your local address in the browser. something like 1.0.0.10 but you can get this address from IIS.

IIS takes a little getting use to though it is quite easy fairly quickly. i found it better to use the "Headers" option if you host more than one website as this directs to the correct website.

set up your sites in a central folder say "Web_Root" on your drive and set up IIS to look here as default. place all of your sites in here :)


HTH


Nidge
 
Hi,

you can set this up locally on your own pc. XP & vista both have IIS ( internet Information Services ) which control websites. they are turned off by default but you can turn them on in the control panel / windows services.

once IIS is running, install your php server and follow the instructions as there is a file "php.ini" that you need to configure and place in your Windows folder. its quite easy to do. you can then install SQL Server or MySQL on your pc etc.

from here, you can write your php and view it through your browser if it has a web address or through the iis console, right click the website and select browse. you can also view it by typing in your local address in the browser. something like 1.0.0.10 but you can get this address from IIS.

IIS takes a little getting use to though it is quite easy fairly quickly. i found it better to use the "Headers" option if you host more than one website as this directs to the correct website.

set up your sites in a central folder say "Web_Root" on your drive and set up IIS to look here as default. place all of your sites in here :)


HTH


Nidge

Thank you for this gem tip nigel! I am ultra poor in all things related with "networking" so this will be a big help to me if i can make it work! :)
 

Users who are viewing this thread

Back
Top Bottom