Hello

I`ve an application developed using VB 6 and MySQL 4.1 as a DBMS. The application has been designed with one user in mind. I`m not using stored procedures.

If I now wanted to turn this application into a multiser one, what would i have to pay attention to? E.t.c. If I`ve populated an ADO Recordset for one user and another user simultaneously deletes that record from another pc. Could I rely on the DBMS to handle such occasions or do I need to do it in code?