M
Mythran
I have several "common" tables in a database. This database will be used by any
application that would otherwise duplicate this same data (employee information,
department information, et cetera). We are going to create a webservice which
allows all of our other applications to get the information they require. What
we are wonderin' is if an application needs custom data (a select that we don't
offer through stored procedures), and they need to do an inner join on this data,
could they "easily" do it if they get all of the rows in the table(s) that they
need?
Also, is there a "better" way?
Thanks,
Mythran
application that would otherwise duplicate this same data (employee information,
department information, et cetera). We are going to create a webservice which
allows all of our other applications to get the information they require. What
we are wonderin' is if an application needs custom data (a select that we don't
offer through stored procedures), and they need to do an inner join on this data,
could they "easily" do it if they get all of the rows in the table(s) that they
need?
Also, is there a "better" way?
Thanks,
Mythran