programming help

  • Thread starter Thread starter Thomas111
  • Start date Start date
  • Replies Replies 4
  • Views Views 4,034

Thomas111

Newbie
Messages
5
Location
NA
hello guys i want to know how to connect to Microsoft Access 2003 to store and retreive data other than using .net or Java,can u tell how to do that using HTML,say when i open a html page named Hello,it should ask for details like Name,Age etc and have a submit button at the end and when i press the submit button it should copy the details i entered into the corressponding fields in the database and in another html page when i give a name it should retrieve all the details corresponding to that name from the database..i have done this using .net but have no idea using HTML or is it possible to do like that
 
Read a book on ASP.. thats the way to go.ASP connects to DB and generates HTML.
 
Take the course in Sem 6 Comp. Engineering called Web Technology and you'll learn to do all this stuff 😉
 
There is no way you can retrieve/store data from/to database using just HTML. Use some server side scripting environment... like ASP or PHP... Gimme more details... What WebServer are u using...?
 
i guess PHP shud do the trick witha web server say apache or sumtin.... dont think html wud do it..anyway im no real expert
 

Top