Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 17th, 2004, 12:33 PM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gadhale
Default Option In ASP

Hi Guys,
  I have to tables in Access - A and B.
  A has info of the company and B has the info of the drivers for that companies.

   I have a asp entry page for driver wherein it has a option tag where I display the company name from table A and when I selected a particular company and insert a driver I need to insert the id related to that company with the driver details into the B table.
Thank you
Andy

 
Old December 19th, 2004, 10:52 PM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,

  AS you said u r inserting driver details. I thought that table A and B are related with companyID. Retrieve company details from the database and fill a select control with value as companyID and text as company_name.
When u enter driver info select the company also from that list. When you submit the form the value property is passed to the server(so companyID but not company_name).

--------
Rajani

 
Old December 21st, 2004, 03:02 AM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi iam balaji
i want to know the connection to login page in asp if i gave username and password i want to go to next page how to do it and ofcourse iam new to asp pls help me and reply me

 
Old December 21st, 2004, 07:53 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Let us know if the username and password that you say are stored in the db for each individual?

Is that you want to know the connection string to connect to the db and pull in data or you are looking for comparing the username and password with that of the db values to let the user into next page?

cheers!

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a "like" option? crabjoe Classic ASP Basics 4 June 9th, 2008 03:42 PM
Create Check Boxes/Option buttons/Option Group hewstone999 Access VBA 1 March 14th, 2008 07:25 AM
if option kgoldvas XSLT 1 May 14th, 2007 09:39 AM
How to Use the Mail Option in ASP tks_muthu Classic ASP Components 1 February 5th, 2005 09:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.