Genexus: Error CS0234 calling an External Object with a stored procedure in Gx Ev 3 U5

2

I'm trying to call a Stored Procedure from

asked by Ariel Laniado 30.12.2015 в 14:03
source

1 answer

3

Ariel, if the external object is a stored procedure, that is, it corresponds to a stored procedure in the database, make sure that the external object has the property Type = Stored Procedure and that the types of the parameters are basic types, not sdts .

If that is correct and keeps giving the error, it would help that you send the xpz of the external object.

    
answered by 30.12.2015 в 14:51