K
Klaus Hebsgaard
Hello
I have one central table in my db, with a lot of related tables (many
to many relations).
I need to do some searches, on the central table and it related tables.
Previously it has been done by pulling everything up in a dataset and
adding a rowfilter.
This could be done because previously the app worked offline by pulling
everything into a dataset, and working on that dataset and in the end
submitting it to the database.
I have now been working on making the app being "more connected"
meaning that searches are being done directly on the db, and the data
being submitted instantly instead of waiting till the app shuts down.
Now as I mentioned i have to do the search in sql somehow.
But I have to do a lot of JOINs, and I am rather new in this area.
So could someone please point me in the right direction, do I need
stored procedures, views or something else?
Thank you in advance.
Klaus Hebsgaard
I have one central table in my db, with a lot of related tables (many
to many relations).
I need to do some searches, on the central table and it related tables.
Previously it has been done by pulling everything up in a dataset and
adding a rowfilter.
This could be done because previously the app worked offline by pulling
everything into a dataset, and working on that dataset and in the end
submitting it to the database.
I have now been working on making the app being "more connected"
meaning that searches are being done directly on the db, and the data
being submitted instantly instead of waiting till the app shuts down.
Now as I mentioned i have to do the search in sql somehow.
But I have to do a lot of JOINs, and I am rather new in this area.
So could someone please point me in the right direction, do I need
stored procedures, views or something else?
Thank you in advance.
Klaus Hebsgaard