15. september 2005 - 12:16Der er
7 kommentarer og 1 løsning
Problems with version of Ms Access
After importing data to my db I have to convert some of the data. A form handles the converting. When one record is done it goes to the next one and does the same. This can go on up to 10050 records, but then the db freezes. The od thing is that this only happens in access 2003, but not when I'm running the db in access 2000. What is the problem and how can it be solved?
Den moderne arbejdsplads er i stigende grad afhængig af mødelokaler til at fremme samarbejde, men dette skift medfører også stigende sikkerhedsudfordringer.
You will often find problems with different versions of access, one of the issues is scripting language. It seems to change from danish to english every other version.
The reason your database freezes coulbd be problems with the danish æ,ø and å. and one solution might be to remove these form the base. I think this could be done with a script.
Hi bufferzone! Your suggestion can not be the case. I have the swedish wersions of Access 2000 and 2003 and the swedish version of XP professional. Why does the first 10049 records go well? Another od thing is that if I first run, let's say 8000 records and then starts a new session of converting, it stops after 2050. I know that if I open a table and want so seek and replace, I can only do this with 9000 records at the time. I can change the MaxLocksPerFile value in the register to a higher value and then I can seek and replace the amount of records up to the new value. Does my problem have to do with something simular?
I think you have a much better chance of updating the records in an update query. This would allow you to update all records in one go.
Just create a new query adding the table you want to update. Then choose Update query from the Query menu. Add the fields you want to update, and then in th eUpdate To field add the value you want to update to. For example
Yes, I have changed to an update question. Thanks for the idea.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.