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 Chriss Miller 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: nzmike99
  • Content: Threads
  • Order by date
  1. nzmike99

    Need all row IDs even though they're grouped!

    Hi all, Given the query below... select Sum(Price), Max(PurchaseCurrency) from ShoppingCartItems where PurchaseCurrency is not null group by PurchaseCurrency ...how could I also get a text field containing all the ItemIDs (the ID column of ShoppingCartItems) for the grouped rows? I'd like to...
  2. nzmike99

    Can I do this using the DX9 SDK?

    Hi, I'm trying to write (or find) an application library which I can call from .Net web pages to take an uploaded MP3, extract the first 40 seconds from it and (most importantly) fade the volume out over the final 10 seconds. It's for a music site I'm working on where artists upload there own...

Part and Inventory Search

Back
Top