Hi, does any one has any idea about the problem discussed in the following thread:
577196
Basically, the problem is an InvalidCastException would be thrown with the following code in the .cs file of the DataSet (.xsd file):
rtn_mesg = ((string)(command.Parameters[2].Value));
The code is actually trying to return a VARCHAR2 out parameter of a stored procedure.
Thank you very much in advance.
ZD