Results 1 to 7 of 7

Thread: Problem with BindingSource (Unsolved)

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    5

    Problem with BindingSource (Unsolved)

    Hi, I'm trying to migrate from vb6 to vb .net but I have this little problem that doesn't let me keep on working. Do you remember that in vb6 with the DAO control you could reference a field by writing:

    dim Customer as string

    customer = Data1.recordset.Fields("Custromer_Name")

    and you could also modify the field's value by writing

    data1.recordset.edit
    data.recordset.fields("Customer_Name") = "Juan Lopez"
    data1.recordset.update

    How do I reference a field with BindingSource???

    Thanks for your help.
    Last edited by yigabait; Jun 22nd, 2006 at 11:58 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