DataAdapter DeleteCommand

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christopher Weaver

    DataAdapter DeleteCommand

    Using VS 2003:

    My odbcDataAdapter .DeleteCommand. CommandType is StoredProcedure . The call
    is returning an error indicating that my SP doesn't return a value. Does it
    have to? I don't need one, but if VS does, should I fake one -- create a
    dummy return value? Or is there some else wrong here.


Working...