Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: An introduction to using the ADO.NET - SqlCommand Object

    You might want to add that the syntax:

    cmdMyCommand.Parameters("@LastName") = strLastName

    that works just fine under ADO

    doesn't seem to work under ADO.Net.

    Sprocs don't seem to know anything about their parameters until execution....


    Brian Begy
    Chicago Data Solutions

Viewing post 1 (of 2 total)