View Single Post
Join Date: Jun 2005
Posts: 71
Reputation: Kate Albany is an unknown quantity at this point 
Solved Threads: 1
Kate Albany Kate Albany is offline Offline
Junior Poster in Training

Re: Ms Sql Server 2000

 
0
  #7
Jul 14th, 2005
Originally Posted by wchitamb
I have managed to join the OBDC to the database and I need to know how to join several tables in stored procedures so that the end form will be from a number of different tables.
I am not sure I follow you exactly when you say you want to join several tables in stored procedures, but if your trying to produce a page which is data sourced from several tables, why don't you create a 'view' of that data and select from the view in your ASP page.
Reply With Quote