<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>28 Jan 2016 10:02:00 Z</lastBuildDate><pubDate>20 Jan 2016 09:48:00 Z</pubDate><description>Hi Everyone,&#13;
&#13;
I m after a bit of advice on how to tackle a project i am working on.&#13;
&#13;
A customer uses an off the shelf software package for their everyday running of the business, the software's database is SQL Server.&#13;
&#13;
I have created a program that links to the SQL server database so they can extract and manipulate data further, i am not allowed to write to the SQL server DB or create tables etc so u i have created an HyperfileSQL database and change connections, but the SQL server tables are a mess IMO, to get the information the users needs i have to create complex queries which slows it down and changing connections all the time is proving erroneous.&#13;
&#13;
So i had the idea:&#13;
&#13;
a sync program that runs on the server and copies the SQL Server database into the HyperfileSQL DB&#13;
&#13;
What i have done is created 3 queries in the SQL Server database which pretty much gets me all the data i want and created 3 tables in the HyperfileSQL DB which mirrors the structure of the queries.&#13;
&#13;
My question is do you think this a good way and also whats the best way to get the data from the SQL queries into the HyperfileSQL tables,&#13;
&#13;
The obvious way is to create a memory table that runs the SQL query then a procedure that changes connection and checks each line of the table deciding if its hadd/hmodify, this seems slow to me so was hoping if someone had a better solution?&#13;
&#13;
any help appreciated&#13;
&#13;
thanks&#13;
&#13;
ISO</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice/read.awp</link><title>Project Help/Advice</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/55948-project-help-advice-56100/read.awp</comments><pubDate>28 Jan 2016 10:02:00 Z</pubDate><description>If they will allow you to create views on the SQL box, that's a good way forward.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-56100/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-56100/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice/read.awp">Project Help/Advice</source><title>Re: Project Help/Advice</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-56073/read.awp</comments><pubDate>27 Jan 2016 10:51:00 Z</pubDate><description>Thanks for all your advice guys :spos:</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-56073/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-56073/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice/read.awp">Project Help/Advice</source><title>Re: Project Help/Advice</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55954/read.awp</comments><pubDate>20 Jan 2016 11:45:00 Z</pubDate><description>Hi Iso,&#13;
It's dificult the help you with only this information but i will try.&#13;
Do you need the data in real time?&#13;
How big you …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55954/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55954/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice/read.awp">Project Help/Advice</source><title>Re: Project Help/Advice</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55953/read.awp</comments><pubDate>20 Jan 2016 11:30:00 Z</pubDate><description>Hi all,&#13;
&#13;
On SQL Server you can have DB mirroring (between SQL servers). The way to implement that is to activate log shipping …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55953/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55953/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice/read.awp">Project Help/Advice</source><title>Re: Project Help/Advice</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55952/read.awp</comments><pubDate>20 Jan 2016 10:33:00 Z</pubDate><description>Hi, first thought: a separate Windows Service could take care of the sync between SQL Server and HFSQL. I don't know MS SQL Serv…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55952/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice-55952/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55948-project-help-advice/read.awp">Project Help/Advice</source><title>Re: Project Help/Advice</title></item></channel></rss>
