Click here to Skip to main content
15,917,005 members
Home / Discussions / Database
   

Database

 
GeneralADOX & ADO Pin
Shenthil7-Apr-04 19:18
Shenthil7-Apr-04 19:18 
GeneralRe: ADOX & ADO Pin
Steve S8-Apr-04 1:08
Steve S8-Apr-04 1:08 
GeneralSelect SQL String Pin
Nguyen Vu Cuong7-Apr-04 15:50
Nguyen Vu Cuong7-Apr-04 15:50 
GeneralRe: Select SQL String Pin
Steven Campbell13-Apr-04 9:17
Steven Campbell13-Apr-04 9:17 
GeneralRe: Select SQL String Pin
Nguyen Vu Cuong13-Apr-04 15:30
Nguyen Vu Cuong13-Apr-04 15:30 
GeneralRow lock versus Page lock in SQL 2000. Pin
mittalpa7-Apr-04 8:32
mittalpa7-Apr-04 8:32 
GeneralRe: Row lock versus Page lock in SQL 2000. Pin
Mike Dimmick8-Apr-04 2:32
Mike Dimmick8-Apr-04 2:32 
GeneralRe: Row lock versus Page lock in SQL 2000. Pin
-Dr_X-15-Apr-04 16:51
-Dr_X-15-Apr-04 16:51 
I would recommend not using locks. What I do is use a time stamp column. During the update stored procedure, I do a check to make sure the date time stamp is equal to the actual value in the table for that record. If the time is the same, I update the column to the current date time prior to the actual update. If not, I raise an error, then requery the table information for the last change user and date time.

Again, I would not recommend do any type of locks.

Just my 2¢,

Michael



I firmly believe that any man's finest hour, the greatest fulfillment of all that he holds dear, is that moment when he has worked his heart out in a good cause and lies exhausted on the field of battle - victorious.
Vince Lombardi (1913-1970)
GeneralGrrrr -- Oracle OLE DB Driver Pin
Steve S7-Apr-04 5:27
Steve S7-Apr-04 5:27 
GeneralRe: Grrrr -- Oracle OLE DB Driver Pin
RichardGrimmer19-Apr-04 5:19
RichardGrimmer19-Apr-04 5:19 
GeneralDefault field value Pin
Shenthil7-Apr-04 1:47
Shenthil7-Apr-04 1:47 
GeneralCreate a Database Softwre Pin
Ajit Jagannath6-Apr-04 5:27
Ajit Jagannath6-Apr-04 5:27 
GeneralRe: Create a Database Softwre Pin
Hesham Amin6-Apr-04 21:35
Hesham Amin6-Apr-04 21:35 
GeneralDAO Access and system.mdw Pin
cr976-Apr-04 3:56
cr976-Apr-04 3:56 
GeneralRe: DAO Access and system.mdw Pin
Mike Ellison6-Apr-04 5:45
Mike Ellison6-Apr-04 5:45 
GeneralRe: DAO Access and system.mdw Pin
cr976-Apr-04 21:47
cr976-Apr-04 21:47 
GeneralRe: DAO Access and system.mdw Pin
Mike Ellison7-Apr-04 5:28
Mike Ellison7-Apr-04 5:28 
GeneralRe: DAO Access and system.mdw Pin
cr977-Apr-04 21:15
cr977-Apr-04 21:15 
GeneralMultiple table select queries in mySQL Pin
docdeath6-Apr-04 2:38
docdeath6-Apr-04 2:38 
QuestionHow to join on multiple records? Pin
matthias s.6-Apr-04 1:27
matthias s.6-Apr-04 1:27 
AnswerRe: How to join on multiple records? Pin
Mike Dimmick6-Apr-04 1:42
Mike Dimmick6-Apr-04 1:42 
GeneralRe: How to join on multiple records? Pin
matthias s.6-Apr-04 2:05
matthias s.6-Apr-04 2:05 
AnswerRe: How to join on multiple records? Pin
Hesham Amin6-Apr-04 1:49
Hesham Amin6-Apr-04 1:49 
GeneralRe: How to join on multiple records? Pin
matthias s.6-Apr-04 2:07
matthias s.6-Apr-04 2:07 
GeneralSQL Server Procedure Output Pin
SamAmman5-Apr-04 23:06
SamAmman5-Apr-04 23:06 

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.