J jothis Active Member Licensed User May 10, 2010 #1 HI, HERE IS MY PROGRAM IT IS VERY SLOW WHEN I EXECUTE IT IS POSSIBLE TO MAKE FAST?? PLEASE HELP ME I UPLOADED MY CODE jothis:sign0085:
HI, HERE IS MY PROGRAM IT IS VERY SLOW WHEN I EXECUTE IT IS POSSIBLE TO MAKE FAST?? PLEASE HELP ME I UPLOADED MY CODE jothis:sign0085:
taximania Well-Known Member Licensed User Longtime User May 10, 2010 #3 The table loads in 2secs on my laptop. Intel Celeron 530 1.73GHz 2Gig Ram There's 1435 records in the table. How fast would you expect it to load on a PPC. I won't even try it on my O2 Xda. I don't think this a Basic4ppc issue, there's only so much a PPC can do. Correct me if I'm wrong someone.
The table loads in 2secs on my laptop. Intel Celeron 530 1.73GHz 2Gig Ram There's 1435 records in the table. How fast would you expect it to load on a PPC. I won't even try it on my O2 Xda. I don't think this a Basic4ppc issue, there's only so much a PPC can do. Correct me if I'm wrong someone.
Erel B4X founder Staff member Licensed User Longtime User May 10, 2010 #4 You should use the SQL library. It doesn't need to load all data to memory, and it is much faster. Basic4ppc SQL library reference
You should use the SQL library. It doesn't need to load all data to memory, and it is much faster. Basic4ppc SQL library reference