|
tutorials/articles


access2asp has been sold in...
united states
sweden
united kingdon
hong kong
denmark
canada
south africa
ireland
switzerland
brazil
netherlands
germany
belgium
phillipines
mexico
austria
malaysia
italy
france
japan
taiwan
australia
chile
cyprus
new zealand
australia
portugal
|
The main aim of this tool was to produce
a tool to create the asp code fundamentals that all
sites running a database require...
to be able to view,edit,add and delete records from
your database.
Whats more the aim was to produce simple clean asp and
html so as to give asp
developers a great foundation to develop the project
further or to give the
beginner code that is simple and an easy place to start
learning from.
You can only code so many forms, UPDATE, INSERT and
DELETE statements -before you think- couldn't you
automate a lot of this?
There are certain things you always have to
do...
We also wrote it as an access application - after
all this is written with conversion of access tables
particularly in mind - this means there is a very
light download and no installation (we may develop
it as a standalone application in the future.)
There are some areas where a decision had to be made
as to wether or not to include ceratin functionality
within the code produced.
One of these was date validation
Although date fields are detected during the
'generate asp' routine - java script validation of
that field in the administration section is not included.
This is due in main to regional variations and differing
date formats being so wide as it was thought best
to allow the individual developer to do validation
for this.
The beauty of access2asp is its simplicity - simple
to use and it produces simple, clean code...
happy coding !
|