Re: Differences in DB Design in Client/Server
Date: Wed, 30 Jun 1993 20:28:49 +0000
Message-ID: <741472129snz_at_pro-data.demon.co.uk>
In article <20mntc$bfg_at_sun1.clark.net> rono_at_sun1.clark.net writes:
>
>We have heard that there are concerns in developing a client/server DB
>application that are not there for centralized applications (number of
>joins or views...)
>
>Anyone have any thoughts on what these are?
>
>Ron Olshavsky
>
>
The database engine should work in exactly the same way regardless
of whether it is centralised or client/server. The big thing about
client/server is that you end up having so much more to support.
Your clients may be running a different operating system to your server, you have a network to support (plus any design considerations about network traffic - SQL*Net is a dog compared to some of the middleware available), and possibly a 3rd party GUI development tool with bundled router.
-- Chris JackReceived on Wed Jun 30 1993 - 22:28:49 CEST
