Click here to Skip to main content
15,914,416 members
Home / Discussions / Database
   

Database

 
GeneralRe: Dataset Join on Constant Pin
Coxianuk24-Sep-08 10:05
Coxianuk24-Sep-08 10:05 
GeneralRe: Dataset Join on Constant Pin
Wendelius24-Sep-08 10:37
mentorWendelius24-Sep-08 10:37 
GeneralRe: Dataset Join on Constant Pin
Coxianuk24-Sep-08 11:02
Coxianuk24-Sep-08 11:02 
GeneralRe: Dataset Join on Constant Pin
Wendelius24-Sep-08 11:07
mentorWendelius24-Sep-08 11:07 
AnswerRe: Dataset Join on Constant Pin
nelsonpaixao24-Sep-08 14:47
nelsonpaixao24-Sep-08 14:47 
QuestionSQL Server 2000 with SP4 installation problem Pin
Krishnatv24-Sep-08 6:22
Krishnatv24-Sep-08 6:22 
AnswerRe: SQL Server 2000 with SP4 installation problem Pin
Wendelius24-Sep-08 8:38
mentorWendelius24-Sep-08 8:38 
QuestionSmall Database Design Confusion Pin
oohungoo24-Sep-08 5:16
oohungoo24-Sep-08 5:16 
I am a beginner in designing database. I tried to create 2 tables Users and Topics for a tiny demo forum. The tables are like this:
[tbl_Users]
username
password
email
...

[tbl_Topics]
topicID
title
content
...

1 user can post 0..M topics, 1 topic belongs to only 1 user.
1 user can view 0..M topics (including other's topics). 1 topic can be viewed by 1..M users


I have some questions:
1. Do I have to create a small table name [tbl_User_Topic] between those 2 tables?
2. Do I need to create a UserID field for [tbl_Users] and use this as a primary key instead of username field
3. Should topicID field be auto increament number or just an integer number?
4. If topicID is not an auto number, then what mechanism should I use to create topicID?

Thanks for helping,
AnswerRe: Small Database Design Confusion Pin
Wendelius24-Sep-08 8:37
mentorWendelius24-Sep-08 8:37 
AnswerRe: Small Database Design Confusion Pin
nelsonpaixao28-Sep-08 14:17
nelsonpaixao28-Sep-08 14:17 
QuestionSQL Server 2005 Installation Error Pin
Afaak24-Sep-08 4:27
Afaak24-Sep-08 4:27 
AnswerRe: SQL Server 2005 Installation Error Pin
Wendelius24-Sep-08 8:28
mentorWendelius24-Sep-08 8:28 
Question[Message Deleted] Pin
notes4we24-Sep-08 3:04
notes4we24-Sep-08 3:04 
AnswerRe: Send Mail Task on Failure Pin
Wendelius24-Sep-08 8:26
mentorWendelius24-Sep-08 8:26 
QuestionMaking a Winform Application Support ORACLE and SQL Server Pin
Member 118746624-Sep-08 2:40
Member 118746624-Sep-08 2:40 
AnswerRe: Making a Winform Application Support ORACLE and SQL Server Pin
Coxianuk24-Sep-08 11:23
Coxianuk24-Sep-08 11:23 
AnswerRe: Making a Winform Application Support ORACLE and SQL Server Pin
jVersteegen24-Sep-08 23:49
jVersteegen24-Sep-08 23:49 
GeneralRe: Making a Winform Application Support ORACLE and SQL Server Pin
Member 118746625-Sep-08 5:08
Member 118746625-Sep-08 5:08 
QuestionAccessing/ connecting MySQL database from VC++ application...... please help Pin
param_joshi24-Sep-08 2:29
param_joshi24-Sep-08 2:29 
Questioninstance of sql server at client side Pin
laziale24-Sep-08 1:40
laziale24-Sep-08 1:40 
AnswerRe: instance of sql server at client side Pin
Rob Graham24-Sep-08 2:09
Rob Graham24-Sep-08 2:09 
QuestionHow can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
JUNEYT24-Sep-08 0:20
JUNEYT24-Sep-08 0:20 
AnswerRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
Rob Graham24-Sep-08 2:14
Rob Graham24-Sep-08 2:14 
GeneralRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
JUNEYT24-Sep-08 11:15
JUNEYT24-Sep-08 11:15 
AnswerRe: How can I solve this "Procedure or function StoredProcedure1 has too many arguments specified. problem"? Please only experts. Pin
J4amieC24-Sep-08 2:56
J4amieC24-Sep-08 2:56 

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.