R
Roshawn Dawson
Hi,
I have three datatables, the last of which represents a many-to-many relationship. Here's how it looks:
Table #1
attID (autoincrement)
Attribute
Name
ProdNumber
Table #2
valID (autoincrement)
Text
Number
Department
Table #3
attID
valID
Here's the scenario. I have an empty database that I'm using. I'm retrieving data from a web
service and placing it in my datatables. I can easily place the desired data into the first two
tables, but not the third one. For that matter, I wouldn't know how to save the data for the third
table.
I'm certain that some ADO.NET guru out there can help me as you've helped many others. Anyone have
any ideas?
Thanks,
Roshawn
I have three datatables, the last of which represents a many-to-many relationship. Here's how it looks:
Table #1
attID (autoincrement)
Attribute
Name
ProdNumber
Table #2
valID (autoincrement)
Text
Number
Department
Table #3
attID
valID
Here's the scenario. I have an empty database that I'm using. I'm retrieving data from a web
service and placing it in my datatables. I can easily place the desired data into the first two
tables, but not the third one. For that matter, I wouldn't know how to save the data for the third
table.
I'm certain that some ADO.NET guru out there can help me as you've helped many others. Anyone have
any ideas?
Thanks,
Roshawn