LittleTime
IS-IT--Management
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 the full code it is available I just didn't want to overwhelm everyone with the lovely stuff.
Have a great day. Thanks Again.
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 the full code it is available I just didn't want to overwhelm everyone with the lovely stuff.
Have a great day. Thanks Again.