Java code in login_procedure for SQL Anywhere 10 -
10-22-2007
, 10:03 AM
I have a Java JAR file that accesses a USB device. Using a function
call in the database, I am able to successfully execute code from the
Java JAR file and retrieve a value that corresponds to this USB
device. However, if I call this same function in the login_procedure,
the Java code throws an exception and I am not able to retrieve this
value. My question is, is there a limitation on the Java code that can
be executed in the login_procedure? I can't figure out why this
function works after the database is connected but fails during the
login_procedure. |