Click here to Skip to main content
16,014,613 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: detecting carrige returns Pin
Jeremy Falcon22-Jul-02 11:39
professionalJeremy Falcon22-Jul-02 11:39 
GeneralDataBase Connectivity & Security Pin
Pradhip22-Jul-02 4:56
Pradhip22-Jul-02 4:56 
GeneralForum database structure Pin
alex.barylski20-Jul-02 4:28
alex.barylski20-Jul-02 4:28 
GeneralRe: Forum database structure Pin
Paul Watson21-Jul-02 22:11
sitebuilderPaul Watson21-Jul-02 22:11 
GeneralRe: Forum database structure Pin
alex.barylski22-Jul-02 11:17
alex.barylski22-Jul-02 11:17 
GeneralRe: Forum database structure Pin
Jeremy Falcon22-Jul-02 14:44
professionalJeremy Falcon22-Jul-02 14:44 
GeneralRe: Forum database structure Pin
Paul Watson22-Jul-02 23:37
sitebuilderPaul Watson22-Jul-02 23:37 
GeneralRe: Forum database structure Pin
Jeremy Falcon22-Jul-02 5:28
professionalJeremy Falcon22-Jul-02 5:28 
What RDBMS are you using? In the meantine, think about this...
Table: Messages
[MessageID][ForumID][UserID][Subject][Data][Nesting][Date]
Table: Users
[UserID][Password][Email][...]
Table: Forums
[ForumID][Title][...]
You want to normalize the database to at least level three, so you don't end up repeating information over and over again. Make sure that under the Messages table that MessageID ForumID and UserID combined make up the primary key, and set foregin keys to ForumID and UserID to their respective tables.

Oh, and take Paul's advice about using tables. Smile | :) And, a well-designed DB can have a heiarchy so you don't have to use XML for this. For performance's sake, I'd suggest an import/export to XML, but not using XML for the transactions.

Jeremy Falcon
Imputek

<nobr>"..." - Paul Watson  07-17
GeneralRe: Forum database structure Pin
alex.barylski22-Jul-02 11:29
alex.barylski22-Jul-02 11:29 
GeneralRe: Forum database structure Pin
Jeremy Falcon22-Jul-02 14:26
professionalJeremy Falcon22-Jul-02 14:26 
Questionhow can i change the attribut of a file (read only) Pin
Mustafai19-Jul-02 21:00
Mustafai19-Jul-02 21:00 
AnswerRe: how can i change the attribut of a file (read only) Pin
Paul Watson22-Jul-02 23:41
sitebuilderPaul Watson22-Jul-02 23:41 
GeneralJavascript events Pin
Not Active19-Jul-02 9:17
mentorNot Active19-Jul-02 9:17 
GeneralRe: Javascript events Pin
MStanbrook19-Jul-02 10:00
MStanbrook19-Jul-02 10:00 
GeneralRe: Javascript events Pin
Not Active19-Jul-02 12:29
mentorNot Active19-Jul-02 12:29 
GeneralDatagrid: Relocate Edit Item on POST Pin
MStanbrook19-Jul-02 7:12
MStanbrook19-Jul-02 7:12 
GeneralRe: Datagrid: Relocate Edit Item on POST Pin
Not Active19-Jul-02 9:04
mentorNot Active19-Jul-02 9:04 
GeneralDisplay HTML page in a table Pin
Steven Roberts18-Jul-02 5:28
Steven Roberts18-Jul-02 5:28 
GeneralRe: Display HTML page in a table Pin
Jeremy Falcon18-Jul-02 5:36
professionalJeremy Falcon18-Jul-02 5:36 
GeneralRe: Display HTML page in a table Pin
Philip Patrick19-Jul-02 0:43
professionalPhilip Patrick19-Jul-02 0:43 
GeneralRe: Display HTML page in a table Pin
Jeremy Falcon19-Jul-02 4:25
professionalJeremy Falcon19-Jul-02 4:25 
GeneralRe: Display HTML page in a table Pin
Nnamdi Onyeyiri22-Jul-02 10:00
Nnamdi Onyeyiri22-Jul-02 10:00 
General"ASP.NET Step by Step" code examples Pin
Rickard Andersson2018-Jul-02 2:25
Rickard Andersson2018-Jul-02 2:25 
GeneralWestCiv HTML and CSS Course, free Pin
Paul Watson17-Jul-02 23:04
sitebuilderPaul Watson17-Jul-02 23:04 
GeneralRe: WestCiv HTML and CSS Course, free Pin
Michael Martin24-Jul-02 3:38
professionalMichael Martin24-Jul-02 3:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.