If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Help creating an online event registration database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-26-05, 16:32
sharinglife sharinglife is offline
Registered User
 
Join Date: Feb 2005
Posts: 2
Help creating an online event registration database

Good afternoon,

I am looking for some help or an example that I can use on our website to register people for an upcoming event.

Can anyone help me?

Thanks
Danny
Reply With Quote
  #2 (permalink)  
Old 02-26-05, 19:54
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
You need to create an Users table which contains some fields, like UserID, UserName, LastName, FirstName, EmailAddress, and so on. And then you can create two files. One is for a registration form and the other for its process. If you need more details or some samples, you can read the book "Beginning ASP Databases" by John Kauffman from Wrox.
Reply With Quote
  #3 (permalink)  
Old 03-02-05, 19:39
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
And/or for a "quick and dirty" generic ASP open source solution to putting databases on the Web (often works well for the admin area of a Web site which doesn't need to look too unique) that just requires setting up a configuration page for each table or query and uploading the database to the Web as long as there is an autonumber field in each table (and you'll probably also separately want to create login capabilities), perhaps try something like this:
GenericDB by Eli Robillard
http://www.genericdb.com and then click on the Tips link to see an example
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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