Editing grid disabled for a certain database
Options
Hi Joe, What would cause the editing function in the data result grid disabled? All other dbs are working, only one particular db the editing data button was disabled.
Comments
-
Are you sure it's a SQL Server / SQL CE database? Other connection kinds aren't supported.
-
Also, tables without primary keys can't be updated.
-
primary key is the problem. thanks!