Re: Basic design question for a distributed application - How to access application's data



JB <jb.brossard@xxxxxxxxx> wrote in news:1188496386.258493.51480
@y42g2000hsy.googlegroups.com:

Or is there a better type of design?

Do you queries change a lot ... or are they static?

Passing the query to the client introduces a lot of security issues -
basically someone could issue a DELETE FORM TABLE and you'll be in hot
water ;-)

Have you considered web services too?
.