C# Temp-table null fields

Posted by fredj on 21-Apr-2017 02:55

Hi,

I develop a C# program that access data by Web Services. (Visual Studio 2008, Progress OpenEdge 11.2b).

When I call a procedure with an input-output temp-table, I have this error : "An error was detected in the Web Service request. (10894)".

When I initialize all fields of the temp-table (0 or "" instead of null)  before calling my procedure, I have no error.

Is there exists a way not to have initialize all fields ??? 

Thanks for help.

;)

All Replies

This thread is closed