Click here to Skip to main content
15,919,774 members
Home / Discussions / Database
   

Database

 
GeneralRe: Binding variables to columns using names... Pin
Jesse Evans16-Mar-04 8:05
Jesse Evans16-Mar-04 8:05 
General% and _ Pin
yyf15-Mar-04 8:31
yyf15-Mar-04 8:31 
GeneralRe: % and _ Pin
Mazdak17-Mar-04 3:41
Mazdak17-Mar-04 3:41 
GeneralConverting DBTYPE_STR to INT Pin
Robert Smit15-Mar-04 1:34
Robert Smit15-Mar-04 1:34 
Generalconversion of procedures Pin
M. Abubakar15-Mar-04 0:08
M. Abubakar15-Mar-04 0:08 
GeneralRe: conversion of procedures Pin
Steve S15-Mar-04 0:51
Steve S15-Mar-04 0:51 
QuestionLocking Rows During Edit? Pin
Verdant12314-Mar-04 18:49
Verdant12314-Mar-04 18:49 
AnswerRe: Locking Rows During Edit? Pin
Marcie Jones15-Mar-04 3:43
Marcie Jones15-Mar-04 3:43 
I would say...don't. Locking a row when a web user clicks to edit a record is a bad idea, for exactly the reasons you mention, you don't know if they're going to actually come back and submit any changes. If you really have to make sure that two users aren't editing the same data, use some sort of timestamp to detect whether someone else has made a change before saving the web user's changes.

Marcie

http://www.codeproject.com
GeneralRe: Locking Rows During Edit? Pin
Verdant12315-Mar-04 3:52
Verdant12315-Mar-04 3:52 
Generalfill an access table with a dataset Pin
pankajdaga14-Mar-04 1:47
pankajdaga14-Mar-04 1:47 
GeneralRe: fill an access table with a dataset Pin
dishanf14-Mar-04 18:36
dishanf14-Mar-04 18:36 
GeneralRe: fill an access table with a dataset Pin
pankajdaga14-Mar-04 21:27
pankajdaga14-Mar-04 21:27 
GeneralRe: fill an access table with a dataset Pin
dishanf14-Mar-04 21:39
dishanf14-Mar-04 21:39 
GeneralCount (*) Pin
Peter Mayhew14-Mar-04 1:43
Peter Mayhew14-Mar-04 1:43 
GeneralRe: Count (*) Pin
-Dr_X-14-Mar-04 8:15
-Dr_X-14-Mar-04 8:15 
GeneralRe: Count (*) Pin
Peter Mayhew14-Mar-04 9:30
Peter Mayhew14-Mar-04 9:30 
GeneralRe: Count (*) Pin
Peter Mayhew14-Mar-04 9:56
Peter Mayhew14-Mar-04 9:56 
GeneralRe: Count (*) Pin
-Dr_X-14-Mar-04 10:17
-Dr_X-14-Mar-04 10:17 
GeneralRe: Count (*) Pin
-Dr_X-14-Mar-04 10:06
-Dr_X-14-Mar-04 10:06 
GeneralRe: Count (*) Pin
Peter Mayhew15-Mar-04 4:48
Peter Mayhew15-Mar-04 4:48 
GeneralRe: Count (*) Pin
dishanf14-Mar-04 18:39
dishanf14-Mar-04 18:39 
GeneralRe: Count (*) Pin
Peter Mayhew15-Mar-04 4:52
Peter Mayhew15-Mar-04 4:52 
GeneralRe: Count (*) Pin
Peter Mayhew15-Mar-04 10:12
Peter Mayhew15-Mar-04 10:12 
GeneralRe: Count (*) Pin
-Dr_X-15-Mar-04 11:49
-Dr_X-15-Mar-04 11:49 
Generalsql statements Pin
pnpfriend12-Mar-04 9:02
pnpfriend12-Mar-04 9:02 

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.