Click here to Skip to main content
15,898,939 members
Home / Discussions / Database
   

Database

 
GeneralRe: About Store Procedure. Pin
Blue_Skye23-Jun-05 5:39
Blue_Skye23-Jun-05 5:39 
QuestionHow I can debug a dll file Pin
Deepa.N22-Jun-05 23:30
Deepa.N22-Jun-05 23:30 
AnswerRe: How I can debug a dll file Pin
Andre.Net23-Jun-05 0:31
Andre.Net23-Jun-05 0:31 
Questionmaster.dbo.spt_values means?????? Pin
under281122-Jun-05 23:23
under281122-Jun-05 23:23 
QuestionList All Triggers in Database ? Pin
Andre.Net22-Jun-05 22:20
Andre.Net22-Jun-05 22:20 
GeneralADO.NET --> Dataset... Pin
Khanh Duy22-Jun-05 16:32
Khanh Duy22-Jun-05 16:32 
GeneralRe: ADO.NET --> Dataset... Pin
Sindhu Saravanan28-Jun-05 4:03
sussSindhu Saravanan28-Jun-05 4:03 
GeneralMicrosoft.JET Engine- need help Pin
...---...22-Jun-05 15:50
...---...22-Jun-05 15:50 
GeneralObject must implement IConvertible Pin
gharryh22-Jun-05 8:05
gharryh22-Jun-05 8:05 
GeneralBARCODE (Code39) Pin
OMalleyW22-Jun-05 7:42
OMalleyW22-Jun-05 7:42 
GeneralAny Comments? Pin
OMalleyW23-Jun-05 3:51
OMalleyW23-Jun-05 3:51 
GeneralRe: BARCODE (Code39) Pin
Mike Dimmick24-Jun-05 2:38
Mike Dimmick24-Jun-05 2:38 
GeneralRe: BARCODE (Code39) Pin
OMalleyW24-Jun-05 4:12
OMalleyW24-Jun-05 4:12 
GeneralRe: BARCODE (Code39) Pin
Ian Darling29-Jun-05 23:22
Ian Darling29-Jun-05 23:22 
GeneralRe: BARCODE (Code39) Pin
OMalleyW30-Jun-05 10:58
OMalleyW30-Jun-05 10:58 
GeneralRe: BARCODE (Code39) Pin
Ian Darling30-Jun-05 12:15
Ian Darling30-Jun-05 12:15 
GeneralRe: BARCODE (Code39) Pin
Ian Darling30-Jun-05 12:54
Ian Darling30-Jun-05 12:54 
GeneralRe: BARCODE (Code39) Pin
OMalleyW1-Jul-05 1:55
OMalleyW1-Jul-05 1:55 
GeneralADO.NET - Best way to use the mighty SELECT Pin
BinaryHead22-Jun-05 3:53
BinaryHead22-Jun-05 3:53 
GeneralRe: ADO.NET - Best way to use the mighty SELECT Pin
Colin Angus Mackay22-Jun-05 6:03
Colin Angus Mackay22-Jun-05 6:03 
GeneralRe: ADO.NET - Best way to use the mighty SELECT Pin
david cohoon22-Jun-05 8:06
david cohoon22-Jun-05 8:06 
GeneralRe: ADO.NET - Best way to use the mighty SELECT Pin
BinaryHead22-Jun-05 22:25
BinaryHead22-Jun-05 22:25 
There could be many people accessing the same data at the same time using this application (many instances/copies of my program) Im trying to build (but not accessing the data with some third party application).

Im just scared of one thing:
- If two different programs, A and B, are running at the same time(both using the same database) and A requests some rows with the DataReader (f.ex. SELECT... where some Boolean == false) and at the same time B updates some of the SAME rows (UPDATE...where ..SET Boolean == true).

Is the DataREader in A smart enough to SELECT some rows, and then while looping through them, figure out that one of the rows has been changed (Boolean == true) so it should skip it in the loop? (or are the rows that the DataReader returns just copied into memory and then looped blindly like the DataSet with Adapter.Fill() / Adapter.Update()? ).
Generalreplication: remote login error Pin
NickKnife22-Jun-05 2:02
NickKnife22-Jun-05 2:02 
GeneralSQL Server 2000 CE Edition... Pin
Jan van den Baard22-Jun-05 1:54
professionalJan van den Baard22-Jun-05 1:54 
GeneralSQL SERVER 2005 INSTED OF Trigger Pin
Yaakov Davis22-Jun-05 1:28
Yaakov Davis22-Jun-05 1:28 

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.