02-05-2020, 05:51 PM
Thanks to Alexandre (IntraWeb), there is a VERY important thing you MUST do for every dataset component in your application connected to a database. You MUST manually assign it's database connection at run time before use. I do it in BeforeConnect.
If you don't then you will have data "bleeding" between user sessions.
I hope this helps
If you don't then you will have data "bleeding" between user sessions.
I hope this helps

