Click here to Skip to main content
15,912,932 members
Home / Discussions / Database
   

Database

 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa14-Apr-04 18:45
Sarvesvara (BVKS) Dasa14-Apr-04 18:45 
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 
You can use WITH ( ROWLOCK ) after the table name in the FROM clause. However, you should consider whether you should be holding your transactions open for user interaction. It's usually better to select the results and release the locks, then perform comparisons to determine if the row has changed when the user wants to update. It's up to you what you do if another user has changed a row since this user started editing.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Row lock versus Page lock in SQL 2000. Pin
-Dr_X-15-Apr-04 16:51
-Dr_X-15-Apr-04 16:51 
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 

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.