|
-
Jul 25th, 2003, 07:48 PM
#1
Thread Starter
yay gay
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/
-
Jul 25th, 2003, 08:42 PM
#2
Frenzied Member
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.
-
Jul 25th, 2003, 08:48 PM
#3
Thread Starter
yay gay
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/
-
Jul 25th, 2003, 11:14 PM
#4
Lively Member
I would really like to see the Database design also
Thanks.
By the way I like your site.
-
Jul 26th, 2003, 06:10 AM
#5
Frenzied Member
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.
-
Jul 26th, 2003, 09:51 AM
#6
Thread Starter
yay gay
\m/  \m/
-
Jul 26th, 2003, 10:10 PM
#7
Frenzied Member
I've upload the program. Here is the link. http://www.pjwc.com/files/blog.zip
-
Jul 26th, 2003, 10:13 PM
#8
Thread Starter
yay gay
\m/  \m/
-
Sep 21st, 2003, 06:34 AM
#9
Member
connection string
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
-
Sep 21st, 2003, 07:59 AM
#10
Frenzied Member
The connection string is defined in the web.config file.
-
Sep 21st, 2003, 09:33 AM
#11
Member
GREAT
It works now!
Thanks!
/Anders
-
Sep 21st, 2003, 11:08 AM
#12
PowerPoster
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.
-
Sep 21st, 2003, 01:03 PM
#13
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|