> I tried futzing with MetaData but couldn't figure out if this was
> possible. I'd like to setup the initial information for my tables
> with different primary keys for some of the tables (similar to the
> way it's possible to override link values). Is this possible?
Yes.
$db = DBIx::Database -> new (...) ;
$db -> TableAttr ('*', '!PrimKey', 'id') ; # default for all tables
$db -> TableAttr ('foo', '!PrimKey', 'bar') ; # different primkey for table
foo
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]