Hello,
It's my first time posting here - hello
I am having some trouble with using QSqlRelationalTable, setting relation rules using QSqlRelation. I have a case where the relation is defined in a table in another database (with the same connection). I have tried using the syntax
model->setRelation( col, QSqlRelation( "dbname.tablename", "key", "value" ) ;
but it doesn't work. I've also tried using ticks (`) in the names as well...
Does anyone know if there is a workaround possible for this feature?
Thanks.
Bookmarks