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 > Bulletin Board Question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-19-03, 16:06
John316 John316 is offline
Registered User
 
Join Date: Sep 2002
Posts: 68
Question Bulletin Board Question

All,

I am trying to make a Bulletin Board using .asp for my college dorm. I have never created something like this before so I really need some help on this. I want to be able to create my own Bulletin Board using .asp, and don't want to take a free one from the net, so can anyone please help me???

John316
Reply With Quote
  #2 (permalink)  
Old 08-19-03, 18:28
unatratnag unatratnag is offline
Registered User
 
Join Date: Jul 2003
Location: Ohio/Chicago
Posts: 75
ooooo, recursion get's brutal in SQL, I HIGHLY recommend a free web one.... did they do something to you in your childhood that you don't like them?

Last edited by unatratnag; 08-19-03 at 20:38.
Reply With Quote
  #3 (permalink)  
Old 08-26-03, 21:34
John316 John316 is offline
Registered User
 
Join Date: Sep 2002
Posts: 68
Re: Bulletin Board Question

No i just wanted to create my own

John316
Reply With Quote
  #4 (permalink)  
Old 08-28-03, 13:01
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
It all depends on what kind of functionality you want. Something like this forum would take much work to accomplish. But if you're looking for a very very basic board, you'll need a database which contains tables for discussion groups, topics, and posts (possibly even an admin table depending on how much work you want to put into it).

You'll need to know some SQL for the DB you'll be accessing, and how to use the components to make that connection (for MS SQL Server, you should use ADO, other DB environments have separate access components).

Make sure you plan ahead of time.. decide how you want it to look.. how you want the menus to display.. how the groups and topics should display.. then code around that..

You'll need to query the DB for the list of groups, then when someone clicks on a group, you'll need to query for the topics, then when someone clicks on a topic you'll need to query the DB for all of the posts (the topics and posts could be joined together in one table if you wanted to.. you'd just have to flag a post as being a topic).

You'd be reinventing the wheel, but there's nothing wrong writing something from scratch if it already exists. It's how I learned most of what I know...
Reply With Quote
  #5 (permalink)  
Old 09-02-03, 11:26
John316 John316 is offline
Registered User
 
Join Date: Sep 2002
Posts: 68
Is there a....

Is there a free web one you would use?

John316
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