Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

One DataGrid and Two Tables that I need to update

Status
Not open for further replies.

LittleTime

IS-IT--Management
Jun 18, 2004
2
US
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.
 
Doens't it have anything to do with cutomers instead of customers ?
 
When I saw a reply I was hopeful that I might actually have an answer. But the spelling error has nothing to do with the question. I was changing the names of the tables Friday evening trying desperately to have an answer by Monday, because this is important to me.
 
I have no idea what your question is asking, and I have no idea what the reply is suggesting that you got.

You are trying to fill up two DataTables with one DataAdapter, or you are trying to join two tables in an sql statement, but update two tables?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top