T
|
Toad author 5/30/2004 |
I might be mistaken but is seams that once I start using large INNER JOIN queries for FK lookups the search functionality breaks down. |
![]() |
Sergey Kornilov admin 6/1/2004 |
I would recommend you to create a view in SQL Server on the top of this INNER JOIN query. After that you can use this view as a datasource in ASPRunner. |
T
|
Toad author 6/5/2004 |
The view has worked for the INNER JOIN issues. |
![]() |
Sergey Kornilov admin 6/5/2004 |
Toad, |
T
|
Toad author 6/5/2004 |
Everything appears as normal in ASPRunner when I set up the maseter relationship. |
T
|
Toad author 6/5/2004 |
Sergey, it seams that this was an IE issues and that the previous asp's must have still been cached in the browser. After removing all temp internet files and rebuilding again it looks like the detail relationships are indeed working. |