Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MS Access 2010: "collating sequence not supported with the specified file format"

I recently upgraded to MS Access 2010. When I open a certain .mdb (2000-2003 file format), I am greeted with this message: collating sequence not supported with the specified file format. I'm not sure what it means, but it gives it to me every time the database is opened.

I have Googled around but found nothing that I thought seemed related. If I upgraded the file format to 2007 it didn't give me the message but that isn't much of an option in this situation.

Is this a 2010 issue? or is there something corrupted with my database? What do I need to do to work around it?

like image 790
Icode4food Avatar asked Aug 30 '10 14:08

Icode4food


2 Answers

I had the same problem and found a different solution. I am using ms-access 2010 and 2007. 2010 could not create mdb files and the accdb files it created would not open in 2007. The solution was to go to the File tab in 2010, click the options link and set the sort order for new databases to 'General - legacy'. The sort order that was displayed was 'General' I then created a blank database in mdb format and imported all the objects, forms, code et. The newly rebirthed database works in 2007.

like image 109
Rooster Avatar answered Oct 21 '22 09:10

Rooster


This KB article by M$ fixed my problem. The issue was the "new database sort order" setting.

like image 3
Icode4food Avatar answered Oct 21 '22 10:10

Icode4food