Most notably, doubles that go through
SQL Server->ODBC->Access
may be different by the time they go back
Access->ODBC->SQL Server
which was the primary reason for using a 'time_stamp'
field on SQL Server tables used with Access.
Generally, doubles are a bad choice for primary key
because, unless you are familiar with the platform,
you can't tell if they will work at all. So any
general db advice has to advise against that.
(david)