Mutiple tables connection
|
Andrez Sudol |
|
2/12/2007 12:29:26 AM |
don't believe that there is. Besides merging the data into one table and adding a field to dif ferentiate which old table they came from, the solution could be rather cumbersome, if the data needs to be sorted together. To do that, you would load all the results into an array (or some thing similar) and sort it using the method of your choice.
Post Comments |
|
Use Foriegn key for relation Post Comments |
|