Is there a de-facto method of determining if a column is an INTEGER PRIMARY
KEY column (ie the auto increment type). Best I can come up with is checking
the type and if it has a unique index on it, which isn't definitive since it
could just be an integer column with a unique index.

Thanks.
-- 
Richard Heyes


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to