Results 1 to 13 of 13

Thread: web log architecture

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    web log architecture

    i am going to make a kind of mini forum..i can create a topic and then create replys..but how will i implement this in a database? i dont know much about databases but how do u guys usually do it? i am just trying to think of the best way possible to do this

    tks
    \m/\m/

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Gimmie a day and I'll post the code to mine which can be found here http://blog.pjwc.com I use SQL Server 2000 to store my articles and comments. You can use Access or MSDE.
    Last edited by DevGrp; Jul 26th, 2003 at 06:02 AM.

  3. #3

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    oh tks cant wait..i've looked at ur weblog and is very very cool..i made a small one that was inspired by yours but it had some downs in the architecture thats why i stopped making it

    tks!
    \m/\m/

  4. #4
    Lively Member
    Join Date
    Mar 2002
    Posts
    68
    I would really like to see the Database design also

    Thanks.
    By the way I like your site.

  5. #5
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Thanks for the compliments. I havent really been posting that much. I've been really busy, but I made the weblog just as an experiment. I just want to see if I could do it. And it was'nt really that hard. It took me a week to write all the code and about 2 days to tweak it.
    Also the database design is'nt that special. I have 2 tables blog and comment with a primary key and a secondary key. The primary key in the blog table links to a column in the comment table. I'll post the code when I get home from work.

  6. #6

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    ok
    \m/\m/

  7. #7
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    I've upload the program. Here is the link. http://www.pjwc.com/files/blog.zip

  8. #8

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    tks im downloadint it
    \m/\m/

  9. #9
    Member
    Join Date
    Nov 2001
    Location
    Linkoping, Sweden
    Posts
    50

    connection string

    Originally posted by DevGrp
    I've upload the program. Here is the link. http://www.pjwc.com/files/blog.zip

    I've downloaded and installed your blog app. but I have problems understanding how and where to define the connection string. I've installed MSDE and your blog.sql file has executed without problems so there are a number of tables in the database. Do I have to create a suitable user or do I have to adjust the connection string somewhere?

    Thanks in advance!

    Best regards,
    Anders

  10. #10
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    The connection string is defined in the web.config file.

  11. #11
    Member
    Join Date
    Nov 2001
    Location
    Linkoping, Sweden
    Posts
    50

    Thumbs up GREAT

    It works now!

    Thanks!

    /Anders

  12. #12
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    http://www.msdn.microsoft.com/msdnma...g/default.aspx

    There was a article in the last MSDN magazine about blogging and shows you how to do it.

  13. #13
    Member
    Join Date
    Nov 2001
    Location
    Linkoping, Sweden
    Posts
    50

    Smile Blogging

    Thanks!

    It looks interesting. I'll read the article tomorrow.

    /Anders

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width