I've created an external scalar function (Java) on our iSeries v5r3
that connects to an MS SQL server to call a stored procedure.
This function is incredibly slow because it needs to connect to the MS
SQL server every time it is used.
Is there any way to do this better? |