[thelist] More ASP/database questions...

Tab Alleman talleman at autobex.com
Wed Apr 18 12:41:47 CDT 2001


Umm... don't you need a JOIN in there somewhere?

-----Original Message-----


the best way is to let the database do all the work

   select  category, subcat
     from tableA, tableB
    where tableB.categoryID = tableA.categoryID
   order by category, subcat





More information about the thelist mailing list