bBrowser and SQL Server delay question
Posted: Fri Mar 04, 2022 3:30 pm
Hi all!
We are using a data bounded bBrowser connected with a VO SQLTable that handles a lot of data, code blocks etc.
When we are moving from row to row (with mouse or keys), it seems that a data refreshing is going on, concerning the current record (actually the records seems to be re-read from original SQL Server when we move to it).
This of course is very nice, but causes a delay of 2-3 second while we are browsing.
We have 2 questions:
• Is there a way to work more asynchronously? We need to browse without any interaction with the server and <Refresh All> when needed. Is there a way to do this?
• Is there a – kind of – “granularity” concerning thw interaction between SQL Server / SQLTable / bBrowser?? It seems like the problem gets worse with Tables with 50000-100000 rows.
Thanks in advance!
We are using a data bounded bBrowser connected with a VO SQLTable that handles a lot of data, code blocks etc.
When we are moving from row to row (with mouse or keys), it seems that a data refreshing is going on, concerning the current record (actually the records seems to be re-read from original SQL Server when we move to it).
This of course is very nice, but causes a delay of 2-3 second while we are browsing.
We have 2 questions:
• Is there a way to work more asynchronously? We need to browse without any interaction with the server and <Refresh All> when needed. Is there a way to do this?
• Is there a – kind of – “granularity” concerning thw interaction between SQL Server / SQLTable / bBrowser?? It seems like the problem gets worse with Tables with 50000-100000 rows.
Thanks in advance!