dear all, mohon bantuannya bagaimana memperbaiki file access (mdb) yang mengalamai error sebagai berikut: 'the microsoft jet database engine stopped the process because you and another user are attemping to change the same data at the same time.' ** informasi: - setiap dibuka selalu muncul error diatas, - saya baca referensi help, tapi tidak mengerti bagaimana mengaplikasikan 'update' methode again - file ada di server. kadang2 diakses oleh 3 user secara langsung proses perbaikan yang dilakukan: - melakuan Compact & Repair ---> gagal dengan pesan error yang sama - melakukan Convert Database (ke format 2002-2003, & 2000) --> berhasil tapi ada beberapa data yang tidak ada. saya tidak tahu apakah sebelumnya ada data yang terhapus ataukah memang akibat dari proses proses convert database. terima kasih iwan junifanto ------------------------------------------------------------------------------------------------------------------------------------------------------------------
** The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time. (Error 3197) This error can occur in a multiuser environment. Another user has changed the data you are trying to update. This error can occur when multiple users open a table or create a Recordset and use optimistic <javascript:hhobj_1.Click()> locking. Between the time you used the Edit method and the Update method, another user changed the same data. To overwrite the other user's changes with your own, execute the Update method again.

