OracleDataAdapter, dataset, datagrid problem on VS .Net Web Application
459519Oct 11 2005 — edited Oct 12 2005hello
i have been trying to use oracle developer tool for ease of my web development. I followed all the steps of "building .net applications using oracle developer tools for VS .net" and I keep getting an error.
[********Error***********]
The following warnings occurred while generating the OracleDataAdapter:
Could not generate UpdateCommand.
Dynamic SQL generation failed. No key information found.
Could not generate DeleteCommand.
Dynamic SQL generation failed. No key information found.
[*******end of error****]
Also, when I run the web application (c# asp.net), it doesn't display anything for the datagrid!! It works when I am trying it on a WINDOWS application (c#) but it doesn't work when I am doing it on WEB application. Does anybody know why?
Thought this tool is meant to speed up my project... :(
Thanks