Click here to Skip to main content
15,899,026 members
Home / Discussions / Database
   

Database

 
QuestionOracle ODBC Driver (version 10+) Pin
Xiangyang Liu 刘向阳25-Sep-08 7:14
Xiangyang Liu 刘向阳25-Sep-08 7:14 
QuestionReading data from OPC packets, convert and sending to ODBC program Pin
CarstenK litgaard Holm25-Sep-08 5:11
CarstenK litgaard Holm25-Sep-08 5:11 
AnswerRe: Reading data from OPC packets, convert and sending to ODBC program Pin
Wendelius26-Sep-08 7:45
mentorWendelius26-Sep-08 7:45 
QuestionTrouble creating a view Pin
garethforbes25-Sep-08 2:42
garethforbes25-Sep-08 2:42 
Questionrestricting a user from accessing the same records from a table which an application is updating Pin
sanjubaba24-Sep-08 20:23
sanjubaba24-Sep-08 20:23 
AnswerRe: restricting a user from accessing the same records from a table which an application is updating Pin
Justin The24-Sep-08 21:02
Justin The24-Sep-08 21:02 
AnswerRe: restricting a user from accessing the same records from a table which an application is updating Pin
William Ten Broek24-Sep-08 23:05
William Ten Broek24-Sep-08 23:05 
AnswerRe: restricting a user from accessing the same records from a table which an application is updating Pin
Ashfield25-Sep-08 0:16
Ashfield25-Sep-08 0:16 
By default, while the update is actually taking place nobody will have access to the record - that is known as a dirty read. I suspect what you actually are trying to describe is have user A and user A read the data, user A updates it and then user B updates it, losing user A's changes. This is a common scenario, frequently resolved by using either a timestamp column or a sequence number on the record which is checked before the update is done - if its changed then do not update.


Hope this helps

Bob
Ashfield Consultants Ltd

AnswerCreate your own locks - sp_getapplock Pin
David Mujica25-Sep-08 7:57
David Mujica25-Sep-08 7:57 
Question[SSRS] how to dynamicaly decide what to sum in a matrix [modified] Pin
Justin The24-Sep-08 20:09
Justin The24-Sep-08 20:09 
QuestionSQL Server2000 "Filegroup is Full" Pin
Syed Shahid Hussain24-Sep-08 18:41
Syed Shahid Hussain24-Sep-08 18:41 
AnswerRe: SQL Server2000 "Filegroup is Full" Pin
Justin The24-Sep-08 20:20
Justin The24-Sep-08 20:20 
GeneralRe: SQL Server2000 "Filegroup is Full" Pin
Syed Shahid Hussain24-Sep-08 22:03
Syed Shahid Hussain24-Sep-08 22:03 
Questionhow to set and get value of Variable in sql server 2005 Integration Tasks Pin
gzali24-Sep-08 18:03
gzali24-Sep-08 18:03 
AnswerRe: how to set and get value of Variable in sql server 2005 Integration Tasks Pin
John_Adams25-Sep-08 20:41
John_Adams25-Sep-08 20:41 
QuestionDataset Join on Constant Pin
Coxianuk24-Sep-08 9:12
Coxianuk24-Sep-08 9:12 
AnswerRe: Dataset Join on Constant Pin
Wendelius24-Sep-08 9:31
mentorWendelius24-Sep-08 9:31 
GeneralRe: Dataset Join on Constant Pin
Coxianuk24-Sep-08 10:05
Coxianuk24-Sep-08 10:05 
GeneralRe: Dataset Join on Constant Pin
Wendelius24-Sep-08 10:37
mentorWendelius24-Sep-08 10:37 
GeneralRe: Dataset Join on Constant Pin
Coxianuk24-Sep-08 11:02
Coxianuk24-Sep-08 11:02 
GeneralRe: Dataset Join on Constant Pin
Wendelius24-Sep-08 11:07
mentorWendelius24-Sep-08 11:07 
AnswerRe: Dataset Join on Constant Pin
nelsonpaixao24-Sep-08 14:47
nelsonpaixao24-Sep-08 14:47 
QuestionSQL Server 2000 with SP4 installation problem Pin
Krishnatv24-Sep-08 6:22
Krishnatv24-Sep-08 6:22 
AnswerRe: SQL Server 2000 with SP4 installation problem Pin
Wendelius24-Sep-08 8:38
mentorWendelius24-Sep-08 8:38 
QuestionSmall Database Design Confusion Pin
oohungoo24-Sep-08 5:16
oohungoo24-Sep-08 5:16 

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.