I have a database with 200.000 records, how I Add Primary Key Field.
I'm getting error "File sharing count exceeded..", tried to increase "MaxLocksPerFile" registry , but without success.
if you want to add an additonal field as the primary key i would create a duplicate empty table with the additonal field and then import the original data into the new table. if you use autonumber as your primary key it will automatically increment the primary key for you.