Click here to Skip to main content
16,005,149 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL : SubQuery Pin
dev_rfid10-Feb-06 23:14
dev_rfid10-Feb-06 23:14 
QuestionTable Splitting ? Pin
cbhkenshin10-Feb-06 18:48
cbhkenshin10-Feb-06 18:48 
AnswerRe: Table Splitting ? Pin
Colin Angus Mackay10-Feb-06 22:40
Colin Angus Mackay10-Feb-06 22:40 
QuestionHow to eliminate duplicate rows from a table? Pin
jkrao10-Feb-06 17:33
jkrao10-Feb-06 17:33 
AnswerRe: How to eliminate duplicate rows from a table? Pin
Colin Angus Mackay10-Feb-06 22:48
Colin Angus Mackay10-Feb-06 22:48 
QuestionDatabase design Pin
TheJudeDude10-Feb-06 13:25
TheJudeDude10-Feb-06 13:25 
AnswerRe: Database design Pin
Ben Meyers10-Feb-06 18:29
Ben Meyers10-Feb-06 18:29 
GeneralRe: Database design Pin
TheJudeDude11-Feb-06 0:56
TheJudeDude11-Feb-06 0:56 
Thanx for the input. Here is the solution I came up with.
Table 1 - Employee Info
Table 2 - Timecard - Employee ID, Time in, Time Out, Date, Work Type
Table 3 - Table Name - Employee ID, Timecard Table name

and for the programming solution, create a table everytime an employee signs in for the first time, and give that table a unique name, store that name in the table name table, along with the Employee ID.
Does that sound feasable?
Thanx again!


Common sense...the least common of the senses used
Jude
GeneralRe: Database design Pin
Rob Graham11-Feb-06 5:11
Rob Graham11-Feb-06 5:11 
GeneralRe: Database design Pin
Ben Meyers11-Feb-06 9:42
Ben Meyers11-Feb-06 9:42 
GeneralRe: Database design Pin
TheJudeDude13-Feb-06 7:14
TheJudeDude13-Feb-06 7:14 
QuestionWrong values being stored to table Pin
TheJudeDude10-Feb-06 11:37
TheJudeDude10-Feb-06 11:37 
AnswerRe: Wrong values being stored to table Pin
Paul Conrad10-Feb-06 12:26
professionalPaul Conrad10-Feb-06 12:26 
GeneralRe: Wrong values being stored to table Pin
TheJudeDude10-Feb-06 12:30
TheJudeDude10-Feb-06 12:30 
GeneralRe: Wrong values being stored to table Pin
Paul Conrad10-Feb-06 12:36
professionalPaul Conrad10-Feb-06 12:36 
GeneralRe: Wrong values being stored to table Pin
TheJudeDude10-Feb-06 12:45
TheJudeDude10-Feb-06 12:45 
QuestionHow to change DataGridView row bg color if modified Pin
BambooMoon10-Feb-06 6:12
BambooMoon10-Feb-06 6:12 
QuestionSQL Pin
dev_rfid10-Feb-06 3:02
dev_rfid10-Feb-06 3:02 
AnswerRe: SQL Pin
Michael Potter10-Feb-06 3:30
Michael Potter10-Feb-06 3:30 
GeneralRe: SQL Pin
dev_rfid10-Feb-06 3:42
dev_rfid10-Feb-06 3:42 
GeneralRe: SQL Pin
Michael Potter10-Feb-06 8:25
Michael Potter10-Feb-06 8:25 
GeneralRe: SQL Pin
dev_rfid10-Feb-06 20:57
dev_rfid10-Feb-06 20:57 
AnswerRe: SQL Pin
try8810-Feb-06 17:28
try8810-Feb-06 17:28 
GeneralRe: SQL Pin
Ben Meyers10-Feb-06 18:37
Ben Meyers10-Feb-06 18:37 
QuestionDifference btn join & subquery Pin
ramani.r9-Feb-06 20:07
ramani.r9-Feb-06 20:07 

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.