Results 1 to 2 of 2

Thread: update dataset with join-statement

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2002
    Location
    Austria
    Posts
    52

    update dataset with join-statement

    hi...

    i've a dataset with a table which is filled from more than one table (join-statement). when updating the dataset i get an error that it isn't possible to update datasets with more than one basis-tables.

    i've also tried to use a view (defined on sql-server) but .net also knows that there are more than one table involved.

    has anybody know how i can handle this problem?

    thanks
    robert

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Sure, just physically call the stored procedure (or inline sql) in your event sink. I'm assuming you are using a datagrid and populating its contents via the join statement.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width