473,471 Members | 1,981 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Many Links

Hey!

I am creating a spot where people can redownload items if
they have access. I have everything written but the part
where people actually get to the page due to a huge
issue. So far there are 96 uniquie combinations of the 8
items they can download.

Here is the flow of my system.

Person creates a login, and in that login there is a spot
to put in a specific code for the items they need to have
access to. After that they are sent an email regarding
login location and login info.

The login site has all of the verfication to login, but i
am stuck at how to get the users to the actual page to
download due to the 94+ combos of items, (and that number
is only going to grow). Am i just screwed and this is
impossible without taking a HEAVY hit to the server or do
i need to find a program that does this?

Any help be greatly appreciated.
Jul 19 '05 #1
2 1280
Without more info, I'd suggest creating 3 tables in a database.
Table1 is the Person table, which contains information about the users.
Table2 is the Download table, which contains information about the files
available for download.
Table3 is a many-to-many join table to connect table1 to table2, it contains
2 fields.

tblPeople
ID int IDENTITY
Fname varchar(50)
etc....

tblDownload
ID int IDENTITY
PrettyTitle varchar(50)
Filename varchar(255)

tblDownloadsByPeople
PersonID PK
DownloadID PK

So if I'm Person with ID number 1 and I'm allowed to download files 3,8,7
then the tblDownloadsByPeople would contain

PersonID DownloadID
1 3
1 8
1 7

"Many Links" <no@spam.com> wrote in message
news:02****************************@phx.gbl...
Hey!

I am creating a spot where people can redownload items if
they have access. I have everything written but the part
where people actually get to the page due to a huge
issue. So far there are 96 uniquie combinations of the 8
items they can download.

Here is the flow of my system.

Person creates a login, and in that login there is a spot
to put in a specific code for the items they need to have
access to. After that they are sent an email regarding
login location and login info.

The login site has all of the verfication to login, but i
am stuck at how to get the users to the actual page to
download due to the 94+ combos of items, (and that number
is only going to grow). Am i just screwed and this is
impossible without taking a HEAVY hit to the server or do
i need to find a program that does this?

Any help be greatly appreciated.

Jul 19 '05 #2
Yes, great solution. I also agee with you. We can create the dynamic output
in the ASP page based on the query result. For example, the options in the
combo control. The performance is based on your server and database. I
believe SQL server is suitable for this case.

Luke

"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026?? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
http://www.microsoft.com/security/se...s/ms03-026.asp and/or to
visit Windows Update at http://windowsupdate.microsoft.com to install the
patch. Running the SCAN program from the Windows Update site will help to
insure you are current with all security patches, not just MS03-026."

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: James Ward | last post by:
Hi all, I've searched high and low on the web and the group for the following error: pg_connect(): Cannot create new link. Too many open links (0) I have checked phpinfo and it says max_links...
8
by: Tom | last post by:
Please help. I need a quick little scrpit to place on a web page that will count how many days have passed since January 1, 1970. I have ZERO experience writing ANY scripts. Anyone have any...
1
by: NTPT | last post by:
Hi I try to upgrade postgresql 7.3.3 to 7.4.3 on my machine running Apache 2.0.49 and PHP 4.3.7 Because i use another path for postgres 7.4 there (luckily) stay a old libpg So while i...
1
by: khoegen | last post by:
I've created a Table and wish to create links between the records wtihin the table. Background: The table consists of a list of Documents. These documents contain references to other...
5
by: Christina | last post by:
Hello, I am using IIS 5.1 on XP Pro. I have a page with many links on it (say 'Main Page'). Clicking on any of the links in Main Page, leads to say 'Page1. My Scenario (modified to make it...
6
by: VUNETdotUS | last post by:
Search results on my site started to show a large number of page links. I never had to deal with it before but it is time now. I am trying to come up with a good logic / idea how to display a large...
0
by: reader | last post by:
I hope this is at least close to topical here: The html content I want to change is in the form of a series of many pages, now accessed from a Table Of Content where the headings leads to a new...
0
by: Career Point | last post by:
HCL, Aricent, Infosys and many more companies hiring fresh & experienced engineers , FIND UR DREAM JOBS AT GIVEN BELOW LINKS: - http://careerguide.50webs.com IT JOBS:- ...
1
by: pwebbie | last post by:
In an MS Access Project tied to SQL Server, I am trying to create a data entry form that allows the user to enter info about a law, and then (in a datasheet) edit/insert related web site records...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.