i used the datasources wizard to add table "lamesa" to my dataset. if i view the xsd file, "lamesa" has a tableadapter named "lamesatableada pter".
but when i do msgbox(lamesa.d efaultview.coun t.tostring) it is equal to 0. i have 5 records.
i want to code something like this to fill "lamesa"...
lamesatabledapt er.fill(dataset .lamesa)
but i don't know how to reference the lamesatableadap ter in the xsd file.
please help solve my problem. thank you.
but when i do msgbox(lamesa.d efaultview.coun t.tostring) it is equal to 0. i have 5 records.
i want to code something like this to fill "lamesa"...
lamesatabledapt er.fill(dataset .lamesa)
but i don't know how to reference the lamesatableadap ter in the xsd file.
please help solve my problem. thank you.
Comment