In our system we use reports based on SQL code, which is executed at run time to create invoices for customers.
But a obvious problem has occured and has me somewhat stumped.
When two users are connected to our system through a central server and tries to run a invoice (or any other report for that matter) st the same time a lock error occurs for person A ( on the SQL created table) when the report opens at person B's computer.
The question is then how can I avoid lock errors, becuase our system needs to accomodate more that one user running the program from a server.
But a obvious problem has occured and has me somewhat stumped.
When two users are connected to our system through a central server and tries to run a invoice (or any other report for that matter) st the same time a lock error occurs for person A ( on the SQL created table) when the report opens at person B's computer.
The question is then how can I avoid lock errors, becuase our system needs to accomodate more that one user running the program from a server.