Date: 2004-04-17T13:14:04 Editor: SyncMaster <[EMAIL PROTECTED]> Wiki: DB Torque Wiki Page: HarderTorqueFaq URL: http://wiki.apache.org/db-torque/HarderTorqueFaq
no comment Change Log: ------------------------------------------------------------------------------ @@ -34,3 +34,9 @@ --- 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. + +--- +Yes, you can have a multi-column primary-key, BUT it does not work, if you need one column of this PK as autoincrement. And this is my problem. The Torque engine looks up the new key from the sequence and writes it into the System.out/Log-File, but it does not put it into the PK-field, where I need the value. +Would be nice, if someone had a solution for this. I found the same problem in another forum, but there was also no answer to this question. + +SyncMaster --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
