Can you clarify? Where can't you see the values? What SQL did you use for your data type?
This package is supposed to allow you to select values from the database. It doesn't let you add, remove, or modify the database values if that's what you are expecting.
Yes, countries table in the same database as Umbraco.
I success to save and extract the parameter from/to the member property country (data-type: countries as I show you above),
but I can't manage it from backoffice.
Umbraco 7.1.x compatibility
The package work well, but in the back office I can't see the values.
Can you clarify? Where can't you see the values? What SQL did you use for your data type?
This package is supposed to allow you to select values from the database. It doesn't let you add, remove, or modify the database values if that's what you are expecting.
Thank you for response,
I'm using Sql Server 2012.
Umbraco version: 7.1.8
In Production I can see the values
But in backoffice I can't
Here the DataType I'm using
Best regards,
Oleg.
The query and setup look fine.
Is this table in the same database as Umbraco? The Sql Dropdown List uses Umbraco's connection string.
Does that query execute fine in your database?
Yes, countries table in the same database as Umbraco.
I success to save and extract the parameter from/to the member property country (data-type: countries as I show you above), but I can't manage it from backoffice.
There example of members http://www.groopy.com/members. You can see that every member has country.
is working on a reply...