B
Bhavtosh
hello,
are there ways to handle concurrency without using data adapter? i could use
custom data classes that updates data both as a single record or in bulk but
how to handle concurrency issues is a point here.
my intention is not use dataset at all and use my custom data classes to
carry data across from UI to DB
pls share your ideas as to suggest
are there ways to handle concurrency without using data adapter? i could use
custom data classes that updates data both as a single record or in bulk but
how to handle concurrency issues is a point here.
my intention is not use dataset at all and use my custom data classes to
carry data across from UI to DB
pls share your ideas as to suggest