Click here to Skip to main content
15,917,455 members
Home / Discussions / C#
   

C#

 
GeneralRe: network monitoring Pin
Dave Kreskowiak14-Sep-04 10:25
mveDave Kreskowiak14-Sep-04 10:25 
GeneralRe: network monitoring Pin
yoaz14-Sep-04 15:19
yoaz14-Sep-04 15:19 
GeneralContext menu with sub menu Pin
CyberTech14-Sep-04 6:26
CyberTech14-Sep-04 6:26 
GeneralRe: Context menu with sub menu Pin
Heath Stewart14-Sep-04 10:56
protectorHeath Stewart14-Sep-04 10:56 
GeneralRe: Context menu with sub menu Pin
CyberTech14-Sep-04 12:00
CyberTech14-Sep-04 12:00 
GeneralRe: Context menu with sub menu Pin
Heath Stewart14-Sep-04 12:08
protectorHeath Stewart14-Sep-04 12:08 
GeneralMobileWebApplication on PocketPc Pin
mathon14-Sep-04 6:02
mathon14-Sep-04 6:02 
GeneralRe: MobileWebApplication on PocketPc Pin
sreejith ss nair14-Sep-04 18:00
sreejith ss nair14-Sep-04 18:00 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 3:50
mathon15-Sep-04 3:50 
GeneralRe: MobileWebApplication on PocketPc Pin
sreejith ss nair15-Sep-04 4:05
sreejith ss nair15-Sep-04 4:05 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 22:16
mathon15-Sep-04 22:16 
GeneralRe: MobileWebApplication on PocketPc Pin
mathon15-Sep-04 3:50
mathon15-Sep-04 3:50 
GeneralAn extra controls for Smart Device Framework in Whidbey Pin
shayro14-Sep-04 5:22
shayro14-Sep-04 5:22 
GeneralRe: An extra controls for Smart Device Framework in Whidbey Pin
sreejith ss nair14-Sep-04 17:54
sreejith ss nair14-Sep-04 17:54 
GeneralADO.Net locking Pin
pkandoth14-Sep-04 5:08
pkandoth14-Sep-04 5:08 
GeneralRe: ADO.Net locking Pin
sreejith ss nair14-Sep-04 17:50
sreejith ss nair14-Sep-04 17:50 
GeneralADO.Net locking Pin
pkandoth14-Sep-04 5:08
pkandoth14-Sep-04 5:08 
GeneralRe: ADO.Net locking Pin
sreejith ss nair14-Sep-04 17:50
sreejith ss nair14-Sep-04 17:50 
hi,

Ado is connected in nature.That's why we can apply locking machanisam there in Ado.
This is not the case with Ado.net, which means that ado.net uses what is referred as optimistic locking. i think you know about two kind of locking say Optimistic and Pessimistic locking.

You can't directly achive pessimistic locking here in ado.net like ado. You can achive this through applying transactions in your application. You can do one thing please look at how you can use the IsolationLevel enum with transactions to achive some kind of locking at the data source.Smile | :)

**************************
S r e e j i t h N a i r
**************************
GeneralWorking out if a process has focus or not Pin
CoffeeZombie14-Sep-04 4:30
CoffeeZombie14-Sep-04 4:30 
GeneralRe: Working out if a process has focus or not Pin
mav.northwind14-Sep-04 6:00
mav.northwind14-Sep-04 6:00 
GeneralConverting AVI to BMP Pin
ee9903514-Sep-04 3:41
ee9903514-Sep-04 3:41 
GeneralRe: Converting AVI to BMP Pin
sreejith ss nair14-Sep-04 3:58
sreejith ss nair14-Sep-04 3:58 
GeneralRe: Converting AVI to BMP Pin
ee9903514-Sep-04 7:36
ee9903514-Sep-04 7:36 
GeneralRe: Converting AVI to BMP Pin
yoaz14-Sep-04 15:28
yoaz14-Sep-04 15:28 
GeneralSorting numbers in a ListView Pin
goldoche14-Sep-04 3:06
goldoche14-Sep-04 3: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.