Hi,
I am not sure if this will help you in your current context but, in the
locator implementation work
methods defined on the server LOB classes are called with the help of
Java stored procedures.
You can read more about the locator implementation here.
http://issues.apache.org/jira/browse/DERBY-208
and about the stored procedures used in the locator implementation and
how they will call
methods on the server LOB classes
http://issues.apache.org/jira/browse/DERBY-2257
Narayanan
Dimple Bhatia wrote:
thanks.
So has anyone tried to add a method on the server side and then tried
to call it on the client side??
On 7/13/07, *Bryan Pendleton* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
> Not sure if Derby uses RMI(remoe
> method invocation) under the covers when it invokes the execute
methods
> on the server side.
No, Derby uses DRDA for client/server communications.
thanks,
bryan