I need to work with a table column defined both as 'isKey=true', since it should be used as a childfield and also as 'isKey=false', since it may contain 'null' values and the UPDATE generated by dbforms when attempting to replace the 'null' value uses the column in the WHERE clause ( ... <column> = null) and the UPDATE doesn't work.
Can I use the <query ... > in dbforms-config.xml to add the table 2 times with different values for the isKey attribute? Regards, Christian Kullmann