saving data from form to ms access database

jaipandya

New Member
hi,

i am making a website promoting our college's blood donation camp. where we will be having online registration of the donors. but i have no idea how to send the data given by user to an ms access database file. (form.mdb)
please help as soon as possible.
 

zkiller

Super Moderator
Staff member
if you want to use an access database, you will need to use ASP (Active Server Pages). this will also require a windows based hosting solution running IIS.

here are some tutorials to get you started. feel free to ask questions on the things you don't understand and i'll do my best to help.

www.asp101.com - samples section
www.w3schools.com
 
Last edited:
Top