Spanish [Resuelto] jRDC2 - (Remote Database Connector)

OliverA

Expert
Licensed User
Longtime User
El parámetro no debe ser nulo. Tiene que ser una matriz, pero puede ser una matriz vacía.

El código jRDC2 predeterminado no comprueba los parámetros nulos y, por lo tanto, puede causar un error al utilizar los métodos ExecQuery2 y ExecNonQuery2 de la biblioteca B4J SQL.

Original (using Google Translate for above):
The parameter must not be Null. It has to be an array, but it can be an empty array.

The default jRDC2 code does not check for Null parameters and therefore can cause an error when using ExecQuery2 and ExecNonQuery2 methods of the B4J SQL library.
 
Top