<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>27 Sep 2017 09:49:06 Z</lastBuildDate><pubDate>9 Feb 2012 14:49:14 Z</pubDate><description>Hello everyone!&#13;
&#13;
I need to manage DB tables (*.FIC files) with a lot of records, I am talking about 1.000.000 records more or less.&#13;
When I attempt to filter on a specific column using WDMAP then it takes a lot of time because, for example, before searching for a particular record it sorts all the records in the table according to that specific key. With so many records WDMAP crashes very often. So instead of linking a table of my application with this file I wanted to fill my table application by programming browsing the file from the top to the bottom and adding each record to the table with TableAddLine. Unfortunately with so many records it takes a long time too.&#13;
&#13;
Can someone suggest a method to manage big tables in a faster way?&#13;
&#13;
&#13;
Kindest Regards&#13;
Antonino</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records/read.awp</link><title>DB table with a lot of records</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>PETR_K</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-62763/read.awp</comments><pubDate>27 Sep 2017 09:49:06 Z</pubDate><description>Hello Antonino,&#13;
&#13;
I wonder if and how you solved your problem because I have something similar. Would you share your solution w…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-62763/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-62763/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records/read.awp">DB table with a lot of records</source><title>Re: DB table with a lot of records</title></item><item><author>antonino.neri</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35757/read.awp</comments><pubDate>14 Feb 2012 15:08:56 Z</pubDate><description>Hi Andy,&#13;
&#13;
I want to thank you for your tip.&#13;
&#13;
I'll try to put your ideas together and come out with an acceptable solution!&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35757/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35757/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records/read.awp">DB table with a lot of records</source><title>Re: DB table with a lot of records</title></item><item><author>andy</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35751/read.awp</comments><pubDate>13 Feb 2012 14:44:55 Z</pubDate><description>Morning&#13;
&#13;
What I did was use 2 procedures.. One runs in background to further &#13;
fill the data, and the main one sets the first …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35751/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35751/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records/read.awp">DB table with a lot of records</source><title>Re: DB table with a lot of records</title></item><item><author>antonino.neri</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35748/read.awp</comments><pubDate>13 Feb 2012 10:11:14 Z</pubDate><description>Hi Riebens,&#13;
&#13;
first of all I want to thank you for your time and care.&#13;
&#13;
So your suggestion is to display just the data they (…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35748/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35748/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records/read.awp">DB table with a lot of records</source><title>Re: DB table with a lot of records</title></item><item><author>Riebens</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35740/read.awp</comments><pubDate>11 Feb 2012 06:21:46 Z</pubDate><description>Hi&#13;
&#13;
You will need to create a query and fill your table programatically.  &#13;
&#13;
You will need to ask yourself .. Why do i displa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35740/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records-35740/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/35735-table-with-lot-records/read.awp">DB table with a lot of records</source><title>Re: DB table with a lot of records</title></item></channel></rss>
