An unhandled exception of type 'System.ArgumentException' occurred in system.windows.forms.dll
Additional information: Cannot create a child list for field V_AGENT_ISSUER.
I am using this statement to databind a text box.
txtIssuerNameFnd.DataBindings.Add(New Binding("Text", AGORDataSet, "V_AGENT_ISSUER.VAI_ISSR_NM"
)
The error looks like its thinking the V_AGENT_ISSUER is a field when it is a View in the Oracle DB. Any suggestions on how to do the data binding?
Additional information: Cannot create a child list for field V_AGENT_ISSUER.
I am using this statement to databind a text box.
txtIssuerNameFnd.DataBindings.Add(New Binding("Text", AGORDataSet, "V_AGENT_ISSUER.VAI_ISSR_NM"
The error looks like its thinking the V_AGENT_ISSUER is a field when it is a View in the Oracle DB. Any suggestions on how to do the data binding?