This one time, at band camp, Shannon Kendrick said:

SK>I've got an interesting problem in which my mapping table for the many-to-many 
relationship contains an additional column for sequence like this:
SK>
SK>SQL> desc category_documents;
SK> Name                                      Null?    Type
SK> ----------------------------------------- -------- ----------------------------
SK> CATEGORY_KEY                              NOT NULL NUMBER(10)
SK> DOCUMENT_KEY                              NOT NULL NUMBER(10)
SK> SEQUENCE                                  NOT NULL NUMBER(5)
SK>
SK>Any thoughts on how I can get Castor to recognize the "sequence" column? Since it 
is not null, I can't even get Castor to insert into it.

Shannon,

Have you read through the key generator doc?

    http://www.castor.org/key-generator.html

Bruce
--

perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to