Android Question RDC, crashed on big data

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I have a problem when trying to retrieve large data with RDC.
Got message from app "Unfortunately My app has closed"

Data is about 62000 rows by 11 columns. Using my windows program, it took about 1 minute to retrieve all data.

Any idea how to fix it?

EDITED :
See post #19 for Summary
 
Last edited:

incendio

Well-Known Member
Licensed User
Longtime User
Try to add
SetApplicationAttribute(android:largeHeap, "true")
in the manifest editor.

Tested on Genymotion with 1GB RAM, it worked, thanks MaFu, still slow, but at least it was not crashed again.

Will try again when more data available.

Codes to insert from Mr.Lucas was not as fast anymore, now it took about 7-10 secs, same speed as code from Mahares, even I removed SetApplicationAttribute(android:largeHeap, "true") from manifest.
 
Upvote 0
Top