Click here to Skip to main content
16,011,868 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Can JavaScript include file have relative URL Pin
DFU2328-Jan-03 5:18
DFU2328-Jan-03 5:18 
Generalrename html file to asp file - problem Pin
devvvy22-Jan-03 23:22
devvvy22-Jan-03 23:22 
GeneralRe: rename html file to asp file - problem Pin
Paul Riley23-Jan-03 0:16
Paul Riley23-Jan-03 0:16 
GeneralRe: rename html file to asp file - problem Pin
Jonavis25-Jan-03 13:03
Jonavis25-Jan-03 13:03 
Generalhierachical data Vs relational data Pin
devvvy22-Jan-03 23:17
devvvy22-Jan-03 23:17 
GeneralRe: hierachical data Vs relational data Pin
Paul Riley23-Jan-03 0:58
Paul Riley23-Jan-03 0:58 
GeneralRe: hierachical data Vs relational data Pin
devvvy23-Jan-03 16:28
devvvy23-Jan-03 16:28 
GeneralRe: hierachical data Vs relational data Pin
Paul Riley23-Jan-03 22:19
Paul Riley23-Jan-03 22:19 
norm wrote:
But... to reform the hierachical structure, you need to search for parent for all child message! This sounds like an exponential problem is this not?

Only if you don't put an index on the ParentID field. Indexed properly the entire thing should be almost as fast as getting all the messages for a thread and sequencing them manually, maybe slightly quicker.

Either way, in something like Access, you're going to start having problems at around 2000-3000 messages. In SQL Server/MSDE, it should go on fine for a long time.

norm wrote:
How do they do it in a real forum message board?

What is a "real" forum message board? I've had message boards work fine this way, using ASP. I'm sure you'll find that each message board works slightly differently from another.

Paul
Pleasently caving in, I come undone - Queens of the Stone Age, No One Knows
GeneralRe: hierachical data Vs relational data Pin
devvvy24-Jan-03 7:16
devvvy24-Jan-03 7:16 
GeneralRe: hierachical data Vs relational data Pin
Paul Riley24-Jan-03 7:21
Paul Riley24-Jan-03 7:21 
Questionwhat is octet-stream? Pin
murali_utr22-Jan-03 0:03
murali_utr22-Jan-03 0:03 
GeneralCDONTS Message Layout Problem Pin
Kevin McFarlane21-Jan-03 23:46
Kevin McFarlane21-Jan-03 23:46 
GeneralRe: CDONTS Message Layout Problem Pin
Jon Sagara22-Jan-03 4:42
Jon Sagara22-Jan-03 4:42 
GeneralRe: CDONTS Message Layout Problem Pin
Kevin McFarlane22-Jan-03 8:08
Kevin McFarlane22-Jan-03 8:08 
GeneralRe: Need freelance ASP/JS/SQL developer for overflowing work! Pin
Jonavis25-Jan-03 14:49
Jonavis25-Jan-03 14:49 
GeneralRe: Need freelance ASP/JS/SQL developer for overflowing work! Pin
Nathan Ridley25-Jan-03 15:23
Nathan Ridley25-Jan-03 15:23 
GeneralAnother CDONTS question Pin
vlusardi21-Jan-03 13:19
vlusardi21-Jan-03 13:19 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:30
Jon Sagara21-Jan-03 13:30 
GeneralRe: Another CDONTS question Pin
vlusardi21-Jan-03 13:33
vlusardi21-Jan-03 13:33 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:41
Jon Sagara21-Jan-03 13:41 
GeneralRe: Another CDONTS question Pin
vlusardi21-Jan-03 13:47
vlusardi21-Jan-03 13:47 
GeneralRe: Another CDONTS question Pin
vlusardi21-Jan-03 13:52
vlusardi21-Jan-03 13:52 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:58
Jon Sagara21-Jan-03 13:58 
GeneralRe: Another CDONTS question Pin
Jon Sagara21-Jan-03 13:59
Jon Sagara21-Jan-03 13:59 
Generalrefreshing only particular code in a webpage Pin
mariag21-Jan-03 9:26
mariag21-Jan-03 9:26 

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.