Click here to Skip to main content
15,900,973 members
Home / Discussions / Database
   

Database

 
AnswerRe: Store Images In SQL Table Pin
jschell17-Mar-12 7:57
jschell17-Mar-12 7:57 
QuestionNot sure where to ask this question... Pin
JohnnyG16-Mar-12 7:41
JohnnyG16-Mar-12 7:41 
AnswerRe: Not sure where to ask this question... Pin
R. Giskard Reventlov16-Mar-12 11:29
R. Giskard Reventlov16-Mar-12 11:29 
GeneralRe: Not sure where to ask this question... Pin
JohnnyG17-Mar-12 2:33
JohnnyG17-Mar-12 2:33 
AnswerRe: Not sure where to ask this question... Pin
PIEBALDconsult18-Mar-12 9:07
mvePIEBALDconsult18-Mar-12 9:07 
QuestionOracle 11g: using cursors inside procedure. Pin
USAFHokie8016-Mar-12 6:20
USAFHokie8016-Mar-12 6:20 
QuestionWhat happens when two users try to access or update the same record (Access) Pin
Richard.Berry10015-Mar-12 12:12
Richard.Berry10015-Mar-12 12:12 
AnswerRe: What happens when two users try to access or update the same record (Access) Pin
Mycroft Holmes15-Mar-12 12:41
professionalMycroft Holmes15-Mar-12 12:41 
Your PS indicates you are making the correct decision as to the future.

Access (used to) locks a "Page" of records when required, not sure the size of the page but it will include more than 1 record at the end of the table. Additional attempts to access the locked records will get an exception.

You need to insure that this is likely to be a real world problem, in the 90s I had the same environment and never had a contention issue in a number of years of operation (we went to SQL Server eventually).
Never underestimate the power of human stupidity
RAH

GeneralRe: What happens when two users try to access or update the same record (Access) Pin
Richard.Berry10015-Mar-12 18:41
Richard.Berry10015-Mar-12 18:41 
AnswerRe: What happens when two users try to access or update the same record (Access) Pin
Peter_in_278015-Mar-12 13:33
professionalPeter_in_278015-Mar-12 13:33 
GeneralRe: What happens when two users try to access or update the same record (Access) Pin
Mycroft Holmes15-Mar-12 14:53
professionalMycroft Holmes15-Mar-12 14:53 
GeneralRe: What happens when two users try to access or update the same record (Access) Pin
Peter_in_278015-Mar-12 15:15
professionalPeter_in_278015-Mar-12 15:15 
GeneralRe: What happens when two users try to access or update the same record (Access) Pin
Richard.Berry10015-Mar-12 18:49
Richard.Berry10015-Mar-12 18:49 
AnswerRe: What happens when two users try to access or update the same record (Access) Pin
Bernhard Hiller15-Mar-12 21:57
Bernhard Hiller15-Mar-12 21:57 
GeneralRe: What happens when two users try to access or update the same record (Access) Pin
Richard.Berry10016-Mar-12 7:15
Richard.Berry10016-Mar-12 7:15 
GeneralRe: What happens when two users try to access or update the same record (Access) Pin
Peter_in_278016-Mar-12 10:53
professionalPeter_in_278016-Mar-12 10:53 
QuestionWhat's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 4:18
Trekstuff14-Mar-12 4:18 
AnswerRe: What's the best way to temporarily persist results of a long running SP? Pin
Blue_Boy14-Mar-12 5:00
Blue_Boy14-Mar-12 5:00 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 5:12
Trekstuff14-Mar-12 5:12 
AnswerRe: What's the best way to temporarily persist results of a long running SP? Pin
Eddy Vluggen14-Mar-12 6:16
professionalEddy Vluggen14-Mar-12 6:16 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 7:12
Trekstuff14-Mar-12 7:12 
AnswerRe: What's the best way to temporarily persist results of a long running SP? Pin
Eddy Vluggen14-Mar-12 7:47
professionalEddy Vluggen14-Mar-12 7:47 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 7:52
Trekstuff14-Mar-12 7:52 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Eddy Vluggen14-Mar-12 8:08
professionalEddy Vluggen14-Mar-12 8:08 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Mycroft Holmes14-Mar-12 13:13
professionalMycroft Holmes14-Mar-12 13:13 

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.