Click here to Skip to main content
15,888,803 members
Home / Discussions / Database
   

Database

 
AnswerDB Normalization - Further reading Pin
David Mujica4-Dec-09 3:37
David Mujica4-Dec-09 3:37 
Question[Message Deleted] Pin
Uma J3-Dec-09 20:24
Uma J3-Dec-09 20:24 
AnswerRe: Exporting data from stored procedure to excel spreadsheets Pin
dan!sh 3-Dec-09 20:46
professional dan!sh 3-Dec-09 20:46 
QuestionExport records to excel from sql Pin
padmanabhan N3-Dec-09 19:17
padmanabhan N3-Dec-09 19:17 
AnswerRe: Export records to excel from sql Pin
T21023-Dec-09 19:29
T21023-Dec-09 19:29 
AnswerRe: Export records to excel from sql Pin
dan!sh 3-Dec-09 19:39
professional dan!sh 3-Dec-09 19:39 
QuestionHow do I make a MS Access Subform, A Special Case...] [modified] Pin
new_phoenix3-Dec-09 14:28
new_phoenix3-Dec-09 14:28 
AnswerRe: How do I make a MS Access Subform, A Special Case...] Pin
Mycroft Holmes3-Dec-09 18:43
professionalMycroft Holmes3-Dec-09 18:43 
A seven field composite primary key Dead | X| - sounds like a disaster has found somewhere to happen. This is a BAD idea, I have no knowledge of the performance issues with such a mess but the sheer cumberomeness of forever doing a 7 key join would drive me to drink.

I recommend that you insert a primary key into the central table and populate it, then turn autonumber on.

Now add the foreign key field to the other table(s) and use the 7 key horror to populate the field.

Make your relationship using these fields. You must make sure you support the change within your CRUD code.

Never underestimate the power of human stupidity
RAH

QuestionOptions besides sql dependency? Pin
prommel3-Dec-09 11:30
prommel3-Dec-09 11:30 
AnswerRe: Options besides sql dependency? Pin
Mycroft Holmes3-Dec-09 14:13
professionalMycroft Holmes3-Dec-09 14:13 
Questiondatabase design Pin
AndyInUK3-Dec-09 4:09
AndyInUK3-Dec-09 4:09 
AnswerRe: database design Pin
dan!sh 3-Dec-09 4:23
professional dan!sh 3-Dec-09 4:23 
GeneralRe: database design Pin
AndyInUK3-Dec-09 5:21
AndyInUK3-Dec-09 5:21 
GeneralRe: database design Pin
dan!sh 3-Dec-09 6:01
professional dan!sh 3-Dec-09 6:01 
GeneralRe: database design Pin
Mycroft Holmes3-Dec-09 14:09
professionalMycroft Holmes3-Dec-09 14:09 
GeneralRe: database design Pin
dan!sh 3-Dec-09 18:31
professional dan!sh 3-Dec-09 18:31 
QuestionSqlite (Max Value) Pin
jashimu3-Dec-09 3:56
jashimu3-Dec-09 3:56 
AnswerRe: Sqlite (Max Value) Pin
loyal ginger3-Dec-09 4:03
loyal ginger3-Dec-09 4:03 
GeneralRe: Sqlite (Max Value) Pin
jashimu3-Dec-09 4:45
jashimu3-Dec-09 4:45 
GeneralRe: Sqlite (Max Value) Pin
jashimu3-Dec-09 5:49
jashimu3-Dec-09 5:49 
GeneralRe: Sqlite (Max Value) Pin
dan!sh 3-Dec-09 6:03
professional dan!sh 3-Dec-09 6:03 
GeneralRe: Sqlite (Max Value) Pin
Mycroft Holmes3-Dec-09 14:03
professionalMycroft Holmes3-Dec-09 14:03 
QuestionHow to get currect number of weeks for the given date considering when 31st december is saturday Pin
chakran2-Dec-09 20:06
chakran2-Dec-09 20:06 
AnswerRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
WoutL2-Dec-09 21:56
WoutL2-Dec-09 21:56 
GeneralRe: How to get currect number of weeks for the given date considering when 31st december is saturday Pin
chakran2-Dec-09 22:01
chakran2-Dec-09 22:01 

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.