git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.SDAC@3 6f543ec7-021b-7e4c-98c9-62eafc7fb9a8
11 lines
529 B
Plaintext
11 lines
529 B
Plaintext
SQL Server Data Access Components
|
|
Copyright 1997-2007, Core Lab. All Rights Reserved
|
|
--------------------------------------------------
|
|
|
|
Demonstrates the recommended approach to working with unstable networks.
|
|
This sample lets you perform transactions and updates in several different
|
|
modes, simulate a sudden session termination, and view what happens to your
|
|
data state when connections to the server are unexpectedly lost. Shows off
|
|
CachedUpdates, LocalMasterDetail, FetchAll, Pooling, and different Failover
|
|
modes.
|