Si una tabla tiene declarado una clave primaria en la BD, el combo del asistente GeoDB solo muestra esa opción y por tanto no se puede cambiar. Si la tabla no tiene una clave primaria declarada, se muestran todos los campos de la tabla y el usuario es responsable de que el que elija cumpla la condición de no tener valores repetidos, de lo contrario la aplicación hará cosas raras (esto se avisa mediante un diálogo):
|
If a table does have a declared primary key in the DB, the GeoDB wizard will show only that one, so the user will not be able to change it. If the table does not have a declared PK, all fields will be available in the combo box, so the user is responsible for choosing a field which has no repeated values, otherwise the application will behave in a strange way when dealing with that table (a warning dialog tells this):
|