The Mimer validator will not be very helpful.<BR><BR>Access also has really light weight DDL because, well, you're typically supposed to create the tables manually in Access. Just part of how it's all ...
I know that in MS-SQL, you can reseed an identity column by doing this:<BR><pre class="ip-ubbcode-code-pre">DBCC CHECKIDENT ( 'table_name', RESEED, new_reseed_value ...