Data Retrival

This is a discussion on "Data Retrival" within the Classic ASP section. This forum, and the thread "Data Retrival are both part of the Program Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Jan 5th, 2006, 02:01
New Member
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Data Retrival

I have a problem here. I have a database with 3 tables in it.(Imagine as there are 3 levels, one level for each table)
on level 1, there are 3 entries:A,B,C
on level 2, the entries are tied to one of the entries in level 1, ie those in level 2 will be A.1, A.2, A.3, B.1,B.2,C.1,C.2.....
on level 3, the entries are tied to one of the entries in level 2, ie those in level 3 will be A.1.1, A.1.2, A.1.3, A.2.1,A.2.2,B.1.2,C.2.1.....
I have 3 combo boxes on my webpage. I want it to be able to do the following:
when i make my choice on combobox 1 which holds the information of level 1, only those entries corresponding to the choice made in combobox1. ie if in combobox 1, i chose A, then i only wan those of A.1,A.2,A.3 to be shown in combobox 2.... after which, say I choose A.1 in combobox 2, I only wan those of A.1.1, A.1.2,A.1.3 to be shown in combobox 3.
Is this achievable in asp and sql since it sort of requires dynamic programming?
thanks for any inputs.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

Reply

Tags
data, retrival

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
no selecting data franknu PHP Forum 4 May 26th, 2007 18:08
Get Data From CSV to MS SQL DB Brain-Chemical Databases 3 Feb 16th, 2006 06:25
PHP interaction with my SQL data fredski PHP Forum 0 Feb 7th, 2006 11:49
sql data to xml bfelix Other Programming Languages 0 Jan 18th, 2006 17:39
Cookie Data thoulden Classic ASP 2 Aug 23rd, 2005 12:02


All times are GMT. The time now is 15:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42