De /r
wordt niet ondersteund door ODP.NET, je moet het als volgt verwijderen:
OracleCommand cmd = new OracleCommand();
cmd .CommandType = CommandType.Text;
cmd .CommandText = commandText.Replace("\r", "");
De /r
wordt niet ondersteund door ODP.NET, je moet het als volgt verwijderen:
OracleCommand cmd = new OracleCommand();
cmd .CommandType = CommandType.Text;
cmd .CommandText = commandText.Replace("\r", "");