I have 7000 pieces of data to process.
However, after the following logical processing, I found that only 210 entries actually entered the database。
data = GetData();
while(data.next())
{
TableTmp.clear();
.......
list.add(TableTmp);
}
Table.truncate();
list.insertDatabase();
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,802 Super User 2024 Season 2
Martin Dráb 229,129 Most Valuable Professional
nmaenpaa 101,154