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

Database

 
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 
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 
My memories are VERY dim, but I'm sure Mr G and Mr W know.
In Jet versions before version 4, a page locking model is used, and in Jet 4, a record locking model is employed.
Can't remember how you set it up for locking or not.

Now for something that belongs in Coding Horrors, except it doesn't really qualify as coding:
The weirdest db corruption I ever had to fix was a shared dB4 database, using Codebase. In this setup, index files are "external", and some smartass self-appointed admin managed to have two of the six clients running from the shared db files on the server but with LOCAL C drive index files. Mad | :mad: Mad | :mad: Mad | :mad:

Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994.

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 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff15-Mar-12 9:08
Trekstuff15-Mar-12 9:08 
AnswerRe: What's the best way to temporarily persist results of a long running SP? Pin
jschell14-Mar-12 8:47
jschell14-Mar-12 8:47 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
Trekstuff14-Mar-12 8:53
Trekstuff14-Mar-12 8:53 
GeneralRe: What's the best way to temporarily persist results of a long running SP? Pin
jschell15-Mar-12 8:05
jschell15-Mar-12 8:05 

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.