Sorry, but there are no more tags available to filter with.
-
Does the Scaffold not support delete when the row has entried in the map table? I'm getting the following error when the user has entries in the map table: System.Data.SqlClient.SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_EditgroupUser_Map_User". The...
-
I have been trying to get the Scaffold control to work with Oracle database but gives the ORA-00903: invalid table name error. (Note :Table name is correct.) Scaffold control works without any problem with SQL Server. Anybody has a similar problem?
-
I'm having the same problem. To make sure it wasn't related to my database, I created a brand new database with 3 tables: Products, Categories, and the manyToMany ProductCategories. I also made all the keys integers. Created a brand new website in VS2008, generated the code and it still gave...