I am working on a project that uses a VB program and connects to a access database to store customer records ect.
Im adapting this to a website so customers can view there repair status. how ever in order to do this i have to link tables from the access database to the MySql databse required from the site.
When i make a new record in the program (inserted to access) it errors saying
"The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
I have followed the advise on the MySql website:
"After exporting your table to MySQL, use phpMyAdmin to make the field "auto-increment" - you do this using the "change" option on the page that shows the table's structure. You may have to make that field "unique" first. You then have to add a new field to the table. It doesn't matter where it goes (the last column is probably neatest) or what it's called, but it must be of type "timestamp". You can then make the link from Access to the table. When you add new rows to the table, leave the auto-increment field and timestamp field blank - MySQL fills them in for you."
Still no luck. Any ideas?
Cheers,
Justin
Im adapting this to a website so customers can view there repair status. how ever in order to do this i have to link tables from the access database to the MySql databse required from the site.
When i make a new record in the program (inserted to access) it errors saying
"The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time."
I have followed the advise on the MySql website:
"After exporting your table to MySQL, use phpMyAdmin to make the field "auto-increment" - you do this using the "change" option on the page that shows the table's structure. You may have to make that field "unique" first. You then have to add a new field to the table. It doesn't matter where it goes (the last column is probably neatest) or what it's called, but it must be of type "timestamp". You can then make the link from Access to the table. When you add new rows to the table, leave the auto-increment field and timestamp field blank - MySQL fills them in for you."
Still no luck. Any ideas?
Cheers,
Justin