First is there a way to have two tables update that are populating one datagrid? It seems to bug out at :
Dim objDS as DataSet = New DataSet()
objDA.Fill(objDS, "Cutomers")
objConn.Close()
How can I use objDA.Fill for customers and orders?
Thanks for your help!
If you need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.