derby.Functions is a class and TF_Clients_AI2 a method. the java code reads:
package derbyPk;
public class Functions {
public static void TF_Clients_AI2(int iRowID, String vcClientID, String
vcClientName) throws SQLException
{
...
}
}
As said all of this worked fine when running the derby Networkserver on
localhost and with the java code stored in the filesystem on localhost.
Thanks
