07-08-2022, 06:44 AM
(This post was last modified: 07-08-2022, 06:45 AM by Alexandre Machado.)
As I said in my previous post, you need to run it while debugging, from Delphi IDE, and see if you get any exception. If the out of memory error comes from your application it will raise an exception while debugging and you need to break on it and see where this comes from.
1000 rows is nothing, meaning that 1K rows can't consume 2+ GB of RAM ever. There must be some error somewhere. I doubt that this comes from IntraWeb itself.
Also, I think you should consider this example as a "better" way to use DataTables in your application:
https://github.com/Atozed/IntraWeb/tree/...DataTables
1000 rows is nothing, meaning that 1K rows can't consume 2+ GB of RAM ever. There must be some error somewhere. I doubt that this comes from IntraWeb itself.
Also, I think you should consider this example as a "better" way to use DataTables in your application:
https://github.com/Atozed/IntraWeb/tree/...DataTables