Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Coding a database many-to-many in ASP?


Message #1 by "Michael K. Walter" <mkwalter@s...> on Sat, 4 Jan 2003 01:12:24
I have a number of database many-to-many relationships which are 
implemented using associative tables in our data model. 

For example, products can be made up of several components. A component 
may be used in many products. So we end up with a products table, a 
components table and a product_components table.

What is/are the best way(s) to code this in ASP for:

  - Display of the currently selected set of values
  - Entry/Update of the value set

Anyone know of web sites that might have examples of this?

Thanks,

Michael 

P.S. Our database is SQL Server 7.0

  Return to Index