M
Meryk
Guest
Hello, I have a view in an external database (MySQL) that I would like to map to an external rollbase object. This view does not have a unique ID. The only unique thing it has is the concatenation of 3 fields. So I added another column in the view for this 'ID', to have a unique identifier. Now to map this view in RB, I use this ID as primary key, and it is not working : The object is built correctly in RB, but not populated with data from that view. Also, this ID is a concat of an INTEGER, a GUID and a DATE. Is that an authorized format for primary key ? If not do you have any other suggestions? Because obviously we can not have an auto number in a view to act as a unique ID .. Thank you Meryem
Continue reading...
Continue reading...