English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i am making a website for part of my school that requires a registration form - i ahve made the form but i cannot seem to make it work so that the information will be sent to a database of some sort either excell or access

2006-08-24 00:55:10 · 1 answers · asked by abaz_88 2 in Computers & Internet Software

1 answers

It’s not that simple. When you connect databases to your web page, you need ASP or JSP to access the databases. So front end is ASP and backend is MS Access. I’ll brief you how it’s working. There are lots of methods. This is just a one method shown in steps.

1. Install the web server (IIS, Resin, or what ever you use)
2. Design the web page with server side language (ASP, JSP, PHP, etc)
3. Create the database (MS Access)
4. Crete a DSN (Data Source Name – This is the fastest method)
5. Edit the web page so it refers to the DSN
a. Connect to database
b. Create SQL statement
c. Load SQL with values in form
e. Update the DB with SQL (INSERT IN TO …..)

2006-08-24 01:05:50 · answer #1 · answered by Nishan Saliya 4 · 0 0

fedest.com, questions and answers