<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>12 Oct 2016 06:35:00 Z</lastBuildDate><pubDate>7 Oct 2016 11:53:00 Z</pubDate><description>Hello everyone !!&#13;
I need to export a table to SQLite from fic file . The fic file contains around 100000 rows with some columns with encrypted text (binary data) . Any suggestion !!&#13;
I tried HAdd (tablename) after connecting to sqlite with native access.&#13;
It takes around one hour to add 1000 rows.&#13;
There must be some alternatives !!&#13;
&#13;
Thanks !!</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export/read.awp</link><title>data import/ export</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59930/read.awp</comments><pubDate>12 Oct 2016 06:35:00 Z</pubDate><description>Hello Binod,&#13;
&#13;
Why not build queries based on the data in HFSQL .FIC file and then execute the queries on SQLite.&#13;
&#13;
This would…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59930/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59930/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export/read.awp">data import/ export</source><title>Re: data import/ export</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59858/read.awp</comments><pubDate>7 Oct 2016 12:53:00 Z</pubDate><description>Hi,&#13;
&#13;
Is there a way to drop your indexes from the SQLite database before you start the import? This would probably speed it up…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59858/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59858/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export/read.awp">data import/ export</source><title>Re: data import/ export</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59857/read.awp</comments><pubDate>7 Oct 2016 12:41:00 Z</pubDate><description>Hi,&#13;
&#13;
use HTransactionStart en HTransactionEnd and put all your HAdd's in between. That should speed up things.&#13;
Otherwise Wind…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59857/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export-59857/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59854-data-import-export/read.awp">data import/ export</source><title>Re: data import/ export</title></item></channel></rss>
