Michael J. Segel wrote:

> [SNIP]
> 
> This may be a dumb question...
> 
> Maybe its hindsight, but why isn't the Server Framework either a subclass or 
> an extension to the embedded driver? Someone had posted that the Network 
> Driver utilized the embedded driver... (Or is that bathtub gin affecting my 
> memory?)


Just to clarify an important point, the network *server* uses the
embedded driver. The network client(driver) does not interact with the
embedded driver. The stack looks something like this

application
jdbc
network client

drda over tcp/ip

network server
embedded driver
derby engine

Dan.

Reply via email to