Click here to Skip to main content
16,004,944 members
Home / Discussions / Database
   

Database

 
AnswerRe: Continuous absent query Pin
Corporal Agarn20-Sep-12 8:04
professionalCorporal Agarn20-Sep-12 8:04 
AnswerRe: Continuous absent query Pin
Hitesh R5-Nov-12 23:24
Hitesh R5-Nov-12 23:24 
Questionhow to update combobox values in msaccess tables in ACCESS2007 Pin
ssskp3219-Sep-12 20:40
ssskp3219-Sep-12 20:40 
QuestionSpecifying Seed Values on model building Pin
solomon20118-Sep-12 5:34
solomon20118-Sep-12 5:34 
AnswerRe: Specifying Seed Values on model building Pin
Simon_Whale18-Sep-12 5:47
Simon_Whale18-Sep-12 5:47 
GeneralRe: Specifying Seed Values on model building Pin
R. Giskard Reventlov18-Sep-12 8:19
R. Giskard Reventlov18-Sep-12 8:19 
AnswerRe: Specifying Seed Values on model building Pin
R. Giskard Reventlov18-Sep-12 8:22
R. Giskard Reventlov18-Sep-12 8:22 
AnswerRe: Specifying Seed Values on model building Pin
Eddy Vluggen21-Sep-12 4:52
professionalEddy Vluggen21-Sep-12 4:52 
To add to the rest of the advice; It's a bad idea to tinker with the seed-values. You should NOT be wasting time on having them start from a particular range (like 1).

Why? Because the artificial key does not hold information, it is merely a link to another record. It's contents should not be relevant outside that purpose. Ever.

Second, having an artificial key does not mean that you no longer need to find the "real" primary key, the combination of (non-identity) fields that make the record unique. Why? Because the user needs to be able to differentiate between the records, based on something else than an artificial identity that holds no information.
 
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

Questionmultiple data instances one machine Pin
John Robert Wilk17-Sep-12 8:15
John Robert Wilk17-Sep-12 8:15 
AnswerRe: multiple data instances one machine Pin
Jörgen Andersson17-Sep-12 8:55
professionalJörgen Andersson17-Sep-12 8:55 
AnswerRe: multiple data instances one machine Pin
Wes Aday17-Sep-12 9:01
professionalWes Aday17-Sep-12 9:01 
GeneralRe: multiple data instances one machine Pin
John Robert Wilk17-Sep-12 9:08
John Robert Wilk17-Sep-12 9:08 
GeneralRe: multiple data instances one machine Pin
Wes Aday17-Sep-12 9:14
professionalWes Aday17-Sep-12 9:14 
GeneralRe: multiple data instances one machine Pin
John Robert Wilk17-Sep-12 9:17
John Robert Wilk17-Sep-12 9:17 
GeneralRe: multiple data instances one machine Pin
Wes Aday17-Sep-12 9:23
professionalWes Aday17-Sep-12 9:23 
AnswerRe: multiple data instances one machine Pin
jschell17-Sep-12 9:16
jschell17-Sep-12 9:16 
GeneralRe: multiple data instances one machine Pin
John Robert Wilk17-Sep-12 9:21
John Robert Wilk17-Sep-12 9:21 
GeneralRe: multiple data instances one machine Pin
jschell18-Sep-12 8:00
jschell18-Sep-12 8:00 
AnswerRe: multiple data instances one machine Pin
Eddy Vluggen21-Sep-12 4:54
professionalEddy Vluggen21-Sep-12 4:54 
QuestionSQL Error - Insert happening on update Pin
loctrice17-Sep-12 7:32
professionalloctrice17-Sep-12 7:32 
AnswerRe: SQL Error - Insert happening on update Pin
Andrei Straut17-Sep-12 7:44
Andrei Straut17-Sep-12 7:44 
GeneralRe: SQL Error - Insert happening on update Pin
loctrice17-Sep-12 7:51
professionalloctrice17-Sep-12 7:51 
GeneralRe: SQL Error - Insert happening on update Pin
Andrei Straut17-Sep-12 7:54
Andrei Straut17-Sep-12 7:54 
GeneralRe: SQL Error - Insert happening on update Pin
loctrice17-Sep-12 7:56
professionalloctrice17-Sep-12 7:56 
Questionmy SQl Pin
sreenadhmn16-Sep-12 23:16
sreenadhmn16-Sep-12 23:16 

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.