Results 1 to 6 of 6

Thread: [2005] Modifying a dataset/tableadapter via code

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    54

    [2005] Modifying a dataset/tableadapter via code

    I have a couple of questions here. The first being, I have set up a bunch of fields to be databound to a sql server table. My first problem is how do I get the value of a field in the dataset(primary key in this case).

    My next question is, If I databind another set of fields to another table, if i fill my tableadapter with a custom sql string(ie select * from blah where primary_key = " & primarykey_val), will it update all the bound fields or is there a way to achieve this behavior?

    Thanks
    chris
    Last edited by UsefulIdiot; Aug 16th, 2006 at 04:34 PM.

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