| Author |
Retreving from the MS Access database
|
Anu Sri
Ranch Hand
Joined: Jul 29, 2002
Posts: 43
|
|
Hi All, After storing Form values into the Ms Access database, how I can get back from the database values into the Frontpage Html page in my own formate. I stored form values into the database. But after how I can get back I dont know? Thank you Anupama
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You are going to have to use a server side language like ASP. Search on google and you should find some basic tutorials that can help you out. I am just learning how to do this, and not very good at it yet.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56162
|
|
As Eric pointed out, there is no way to do this using client-side HTML and JavaScript. If you are writing values to the database already, you must already have some server-side technology in place to do that. What is it? CGI? JSP? ASP? PHP? bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4089
|
|
|
if you are using servlets i can provide some sample code since I have done this before using servlets. i also have a book on PHP and might be able to help with that. if you are using ASP I would recommend trying to find a forum devoted to that.
|
SCJP
|
 |
Anu Sri
Ranch Hand
Joined: Jul 29, 2002
Posts: 43
|
|
Hi, I am using the option in Front Page FormProperties, Database option and I make a DSN connecetion, It autoamtically creates database and store values after that. I started learning ASP to solve this purpose only. Upto now I did not get any solution. I just solve this problem temporarily using MS Access Reports, after creating reports, email manually. If any one got any solution please take a time to post on here. Thank you Anupama
|
 |
 |
|
|
subject: Retreving from the MS Access database
|
|
|