On 5/30/07, David Lloyd <[EMAIL PROTECTED]> wrote:
>
> Hi There,
>
>
> Is there a way to cope with a table that does not have a primary key?

Can you not just make all the columns belong to the primary key?  That
will work unless your schema allows you to create two identical
records in the database (not something that is often useful).

Remember that a primary key does not have to be just a single column.
It can be any unique set of columns in the table.  The important bit
is the fact that the columns need to uniquely identify a row in the
table.

Cheers,

Cees

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to