Posted
on Nov 17, 2010
(permalink)
Hello,
I'm trying to do exactly the same, but I use OpenAccess ORM to provide data. I have a BindingSource to binding the form's controls and I set the BindingSource.DataSource to myContext.MyPersistentClass.getall<MyPersistentClass>(). I'm also trying to change a field of this class, getting it from another Persistent class (another "table"). These two classes/tables have a relationship provide by OpenAccess and implemented by a foreing key constraint in the database.
I looked up in the links above, but I don't use DataSet, nor DataTable, nor TableAdapter. What can I do?
Thanks.