Khalid_Afridi
Registered User.
- Local time
- Today, 18:00
- Joined
- Jan 25, 2009
- Messages
- 491
Dear All,
We recently upgrade all the computers in our office from 32bit to 64bit configuration.
From - To
Windows XP - Windows 7
Office 2007 - Office 2010
Our back-end database is in 2007 format, while front end we upgraded to 2010 format in order to make it compatible with 64bit configuration. (some of API calls were giving Error Msgs with 64 bit.)
Now a strange behavior occurred, All the AutoNumbers IDs of our tables differs while creating new record i.e. its generate the old ids which were previously issued in 2007 database format:
For Example:
Already Existence IDs with 2007 format
5001
5002
5003
=======
Newly record IDs with 2010 format
4001
4002
4003
It gives duplicate error because these Autonumbers already issued.
A big trouble now.... we have to create new dummy Ids untill we reach 5003 ID.
Any Idea?
Thanks
We recently upgrade all the computers in our office from 32bit to 64bit configuration.
From - To
Windows XP - Windows 7
Office 2007 - Office 2010
Our back-end database is in 2007 format, while front end we upgraded to 2010 format in order to make it compatible with 64bit configuration. (some of API calls were giving Error Msgs with 64 bit.)
Now a strange behavior occurred, All the AutoNumbers IDs of our tables differs while creating new record i.e. its generate the old ids which were previously issued in 2007 database format:
For Example:
Already Existence IDs with 2007 format
5001
5002
5003
=======
Newly record IDs with 2010 format
4001
4002
4003
It gives duplicate error because these Autonumbers already issued.
A big trouble now.... we have to create new dummy Ids untill we reach 5003 ID.
Any Idea?
Thanks