D
Don
We are in the initial stages of migrating the backend of our MS Access
database to a MS SQL Server. In setting up a test FE for testing, I have
noticed on several occasions when I have replaced a link to a table in the
Access BE with an ODBC link to the SQL Server that Access FE asks to "Select
a Unique Record Identifier". The form that pops up indicates this is to
"ensure data integrity and to update records" and allows up to 10 fields to
be selected to create a unique identification.
First, is this a result of using ODBC to link the table instead of linking
directly to a MS Access backend? In general, the request makes sense, but I
want to better understand what the motivation is and the technical
requirements.
Second, would a better way of making a unique identifier for each record to
create a new field of type uniqueidentifier in the table? Basically a
serial number for each record.
Any suggestions and comments will be greatly appreciated!
Thanks!
Don
database to a MS SQL Server. In setting up a test FE for testing, I have
noticed on several occasions when I have replaced a link to a table in the
Access BE with an ODBC link to the SQL Server that Access FE asks to "Select
a Unique Record Identifier". The form that pops up indicates this is to
"ensure data integrity and to update records" and allows up to 10 fields to
be selected to create a unique identification.
First, is this a result of using ODBC to link the table instead of linking
directly to a MS Access backend? In general, the request makes sense, but I
want to better understand what the motivation is and the technical
requirements.
Second, would a better way of making a unique identifier for each record to
create a new field of type uniqueidentifier in the table? Basically a
serial number for each record.
Any suggestions and comments will be greatly appreciated!
Thanks!
Don