Does anyone know whether typed datasets, as VS 2005 builds them, are type-safe?
Typed Dataset Thread Safety
Collapse
This topic is closed.
X
X
-
=?Utf-8?B?RGF2ZSBU?=Tags: None -
=?Utf-8?B?RGF2ZSBU?=
RE: Typed Dataset Thread Safety
Scratch that..are they thread safe?
"Dave T" wrote:
Does anyone know whether typed datasets, as VS 2005 builds them, are type-safe? -
=?Utf-8?B?YnJ1Y2UgYmFya2Vy?=
RE: Typed Dataset Thread Safety
yes for a readonly datasets, no if updates allowed. if updates, you need to
add locking logic.
-- bruce (sqlwork.com)
"Dave T" wrote:
Scratch that..are they thread safe?
>
"Dave T" wrote:
>Does anyone know whether typed datasets, as VS 2005 builds them, are type-safe?Comment
Comment