Problem
My form makes arequisição
determine a database (select, insert, update, delete values), however whenever these requests are made a crash occurs on the form (a freeze)! How do I prevent forms from receiving these crashes regardless of request?
Note: The longer the request takes, the longer the lockout. An example is a select * from tabela;
that captures a large amount of values in the database. I've had both issues in JAVA and C #.
Warning: When I say request I am referring to the connection and search in the database.