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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JJHN
  • Content: Threads
  • Order by date
  1. JJHN

    Using VC++ Debugger to view map contents

    Does anyone know how to use the VC++ debugger, i.e., the watch window or quick watch, to show the contents of a map? Are there other viewing mechanisms besides the two I just mentioned?
  2. JJHN

    how to create this view?

    I have 2 tables like this: table1: col1 | col2 | col3 a | A | 1 b | A | 2 b | A | 3 c | B | 2 ... table: col1 | col2| A | 1 A | 2 A | 3 A | 4 A | 5 B | 1 B | 2 B | 3 .... I'd liek to create a view to generate: t1.col1 | t2.col1 | t2.col2 a...

Part and Inventory Search

Back
Top