Error number: -214217887
Description: Das Feld ist zu klein fur die Datenmenge, die Sie hinzufungen wollten. Versuchen Sie, weniger Daten einzufugen.
Hi, I've made a particular tool by using Access 2003. With all the computers in my office everything works fine.
I've started testing phase with a colleague in Germany that will need to use the tool as well.
However, when she tries to save some data by clicking on SAVE button, she keeps getting this error message above. On english it means something like "the cell is too small for the amount of data".
The error message is generated by error handling procedure.
When Save button is clicked the records to be saved are from 1 to 5. With one record it seems to work fine, however when more than one record is inserted, then the saving procedure save one or max two records, and give this error message without saving the third or fourth record.
It's worth to note that she is using Access 2007, but I've tried to run the tool from Access 2007 from my home computer and it worked well.
I was searching for a solution, and I found something that suggested increasing MaxLocksPerFile through registry or through code. If I do it through code, I need to use DAO. The problem is that I use ADO procedure. I've tried to guide her through changing the registry value and increasing the MaxLocksPerFile , but she doesn't have these privileges.
Is the MaxLocksPerFile problem or something else? It's weird because database is quite small, cca 1400 records, and saving procedure is nothing out ordinary.
Is there anything I can do?
Tnx!
Edit:
This is the error message that appears when I'm not handling error myself. It's on German, however the OLE is mentioned which gives me some indications that the problem could be with references?...:
Description: Das Feld ist zu klein fur die Datenmenge, die Sie hinzufungen wollten. Versuchen Sie, weniger Daten einzufugen.
Hi, I've made a particular tool by using Access 2003. With all the computers in my office everything works fine.
I've started testing phase with a colleague in Germany that will need to use the tool as well.
However, when she tries to save some data by clicking on SAVE button, she keeps getting this error message above. On english it means something like "the cell is too small for the amount of data".
The error message is generated by error handling procedure.
When Save button is clicked the records to be saved are from 1 to 5. With one record it seems to work fine, however when more than one record is inserted, then the saving procedure save one or max two records, and give this error message without saving the third or fourth record.
It's worth to note that she is using Access 2007, but I've tried to run the tool from Access 2007 from my home computer and it worked well.
I was searching for a solution, and I found something that suggested increasing MaxLocksPerFile through registry or through code. If I do it through code, I need to use DAO. The problem is that I use ADO procedure. I've tried to guide her through changing the registry value and increasing the MaxLocksPerFile , but she doesn't have these privileges.
Is the MaxLocksPerFile problem or something else? It's weird because database is quite small, cca 1400 records, and saving procedure is nothing out ordinary.
Is there anything I can do?
Tnx!
Edit:
This is the error message that appears when I'm not handling error myself. It's on German, however the OLE is mentioned which gives me some indications that the problem could be with references?...:
Comment