I am using a local database. I thought about putting the closest meeting on the first screen, but it has given me headaches.
SELECT<pReuniao>(data.dsReuniao, pReuniao.dataReuniao >= NOW())
In the load event of the page, I make a select to find the event closest to today, but it takes 3 to 4 seconds. What is this delay for a local database?
That screen is left with null values.
Starting…
Wait…Wait…Wait…
O que eu estou fazendo de errado?