Date: 2004-04-16T05:30:16 Editor: 67.166.64.159 <> Wiki: DB Torque Wiki Page: HarderTorqueFaq URL: http://wiki.apache.org/db-torque/HarderTorqueFaq
no comment Change Log: ------------------------------------------------------------------------------ @@ -31,3 +31,6 @@ If you try to insert a "Survey" you will get an Error. Or isn't it allowed to use multi-column-Primary-Keys?!? After debugging the Torque-Source-Code (I still have a head-ache :-) ) I found out, that the PK-Engine only looks for the first column with the PK-Attribute. If i'm right, I had to completely restructure my database-design to have only ONE column as Primary-Key. Any Ideas or Comments?!? + +--- +Torque is ok with multi-column primary keys (I've only tried it in 3.1). In my case it was two CHAR fields. --Gary S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
