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

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On 30 Aug, 19:46, Spam Catcher <spamhoney...@xxxxxxxxxx> wrote:
JB <jb.bross...@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?

The queries won't change much once they're created on the client and
run a couple of times for testing.
Also it's a simple application so security is not the prime concern.
I haven't really considered web services as the client and server will
reside on the same network/same platform.


.



Relevant Pages