And well let me explain my situation, when i created my database i defined a table with a composite PK that i later modified turning it to a single field PK.
Now the problem is that in servoy the fields that used to be part of the PK are still marked as PK. I tried erasing them from the base and when i did servoy recognized that and erased them, so i created them again and voila servoy still marks them as PK!!
This is giving me problems when using selectRecord(), cause i pass the PK, the single field but it just returns false… cause servoy is still considering the other fields as PK(Or thats what i suppose).
Any suggestions of how could i make servoy realize theyre no longer PKs?
As a workaround you can drop the table from within Servoy Developer and create the table again (either using developer or your sql tools, the latter requires a developer restart).