|
-
Jun 22nd, 2006, 09:13 PM
#1
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|