|
|
Subject:
ASP Form
Category: Computers > Programming Asked by: swykpisz-ga List Price: $3.00 |
Posted:
29 Jul 2003 20:29 PDT
Expires: 28 Aug 2003 20:29 PDT Question ID: 236781 |
|
There is no answer at this time. |
|
Subject:
Re: ASP Form
From: stephenvakil-ga on 30 Jul 2003 07:37 PDT |
Check out numerous web sites for samples. For example, http://www.4guysfromrolla.com |
Subject:
Re: ASP Form
From: u1jd-ga on 01 Aug 2003 08:15 PDT |
If you can be a bit clearer about what you want to do. For example do you want a form page where users can add input which affects the data to be retrieved from the database Jon |
Subject:
Re: ASP Form
From: swykpisz-ga on 02 Aug 2003 13:15 PDT |
Yes,I need a form for users to input their ID and retrieve information that is link to their ID through an access database. Is there an example or a way to securely do this? |
Subject:
Re: ASP Form
From: aksaman-ga on 09 Aug 2003 02:12 PDT |
Yes, you can create a web based HTML form. This form will post a data to ASP program. ASP program will be specified with database connection parameters to your MS-ACCESS database. You can use MS ADO-DB connection object to connect your MS ACCESS database. Once the database connection is established, you can query the MS-ACCESS database with simple SQL statement. This SQL statement will check the stored user details with user input details through web based form. Thats all. |
Subject:
Re: ASP Form
From: swykpisz-ga on 09 Aug 2003 17:45 PDT |
Is there anyway someone can give me an example of a form or script I could use to do this? |
Subject:
Re: ASP Form
From: gabi_online-ga on 18 Aug 2003 10:16 PDT |
Hello, I will try to give you an example of script .. hope it's helpfull I made an example for you in ASP. It has 3 files: 1. a.htm : the html file with the form 2. test.asp : the asp that inserts users' data into database 3. view.asp : the asp script that lists all users I made an archive with the files and you can download it from http://www.advance3.com/gabi/asp.zip However if you are a beginner in ASP i suggest you take a phew hours and read the documentation on ASP on this site http://www.w3schools.com/asp/default.asp It was really helpfull for me. If you need more ASP examples you can find tons of ASP scripts on this site: http://www.pscode.com/vb/scripts/BrowseCategoryOrSearchResults.asp?optSort=Alphabetical&lngWId=4&B1=Quick+Search&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&txtCriteria= Hope it helps .. Gabi |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |