How to generate commands (InsertCommand, UpdateCommand) automatica

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

    #1

    How to generate commands (InsertCommand, UpdateCommand) automatica

    I read this article:
    http://msdn2.microsoft.com/en-us/library/tf579hcz.aspx

    The example in the article is using the SqlCommandBuild er. Is it possible
    to generate commands automatically using DbCommandBuilde r?


  • Cor Ligthert[MVP]

    #2
    Re: How to generate commands (InsertCommand, UpdateCommand) automatica

    Peter,

    As far as I know not. The commandbuilder is working dynamicly.

    You can build commands using the desinger.

    Cor

    "Peter" <Peter@discussi ons.microsoft.c omschreef in bericht
    news:81012E95-898B-4D1A-ACB3-6DE26D099746@mi crosoft.com...
    >I read this article:
    http://msdn2.microsoft.com/en-us/library/tf579hcz.aspx
    >
    The example in the article is using the SqlCommandBuild er. Is it possible
    to generate commands automatically using DbCommandBuilde r?
    >
    >

    Comment

    Working...