Re: Basic design question for a distributed application - How to access application's data
- From: JB <jb.brossard@xxxxxxxxx>
- Date: Fri, 31 Aug 2007 00:38:38 -0700
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.
.
- Follow-Ups:
- References:
- Prev by Date: Re: [STRING] retrieve the pixel length, MeasureString
- Next by Date: Re: Prace programistyczne
- Previous by thread: Re: Basic design question for a distributed application - How to access application's data
- Next by thread: Re: Basic design question for a distributed application - How to access application's data
- Index(es):
Relevant Pages
|