Typed Dataset Thread Safety

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?RGF2ZSBU?=

    Typed Dataset Thread Safety

    Does anyone know whether typed datasets, as VS 2005 builds them, are type-safe?
  • =?Utf-8?B?RGF2ZSBU?=

    #2
    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?

    Comment

    • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

      #3
      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

      Working...